#8EB2BD

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

Shades of Botticelli #8EB2BD

Tints of Botticelli #8EB2BD

Color information

#8EB2BD (or 0x8EB2BD) is unknown color: approx Botticelli. HEX triplet: 8E, B2 and BD. RGB value is (142,178,189). Sum of RGB (Red+Green+Blue) = 142+178+189=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2BD is #714D42. Grayscale: #A8A8A8. Windows color (decimal): -7425347 or 12432014. OLE color: 12432014.

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

Color convert

RGB142178189-
CMYK0.250.0600.26
HSL194.04º26.26%64.9%-
HSV(B)194.04º24.87%74.12%-
XYZ36.2641.2754.2-
YUV168.49139.57109.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=27.90%
G=34.97%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421781890.250.0600.26194.0426.2664.9
Hex8EB2BD19601Ac21a41
Octal21626227531603230232101
Binary1000111010110010101111011100111001101011000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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