#8EB2BE

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

Shades of Botticelli #8EB2BE

Tints of Botticelli #8EB2BE

Color information

#8EB2BE (or 0x8EB2BE) is unknown color: approx Botticelli. HEX triplet: 8E, B2 and BE. RGB value is (142,178,190). Sum of RGB (Red+Green+Blue) = 142+178+190=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2BE is #714D41. Grayscale: #A8A8A8. Windows color (decimal): -7425346 or 12497550. OLE color: 12497550.

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

Color convert

RGB142178190-
CMYK0.250.0600.25
HSL195º26.97%65.1%-
HSV(B)195º25.26%74.51%-
XYZ36.3741.3154.77-
YUV168.6140.07109.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=27.84%
G=34.90%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421781900.250.0600.2519526.9765.1
Hex8EB2BE196019c31b41
Octal21626227631603130333101
Binary1000111010110010101111101100111001100111000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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