#8EB2BC

Color #8EB2BC Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8EB2BC

Tints of Botticelli #8EB2BC

Color information

#8EB2BC (or 0x8EB2BC) is unknown color: approx Botticelli. HEX triplet: 8E, B2 and BC. RGB value is (142,178,188). Sum of RGB (Red+Green+Blue) = 142+178+188=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2BC is #714D43. Grayscale: #A8A8A8. Windows color (decimal): -7425348 or 12366478. OLE color: 12366478.

HSL color Cylindrical-coordinate representation of color #8EB2BC: hue angle of 193.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EB2BC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142178188-
CMYK0.240.0500.26
HSL193.04º25.56%64.71%-
HSV(B)193.04º24.47%73.73%-
XYZ36.1541.2253.63-
YUV168.38139.07109.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=27.95%
G=35.04%
B=37.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421781880.240.0500.26193.0425.5664.71
Hex8EB2BC18501Ac11a41
Octal21626227430503230132101
Binary1000111010110010101111001100010101101011000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EB2BC; }

 p { color: rgb(142,178,188); }

 H1.HeaderClassName
 {
   color: #8EB2BC;
 }
 .AnyTagClassName
 {
   color: #8EB2BC;
 }
</style>
background-color css

<style>
 a { background-color: #8EB2BC; }

 a { background-color: rgb(142,178,188); }

 div.DivClassName
 {
   background-color: #8EB2BC;
 }
 .BgClassName
 {
   background-color: #8EB2BC;
 }
</style>
border-color css

<style>
 span { border-color: #8EB2BC; }

 span { border-color: rgb(142,178,188); }

 td.TdClassName
 {
   border-color: #8EB2BC;
 }
 .TagClassName
 {
   border-color: #8EB2BC;
 }
</style>