#8EB4BC

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

Shades of Botticelli #8EB4BC

Tints of Botticelli #8EB4BC

Color information

#8EB4BC (or 0x8EB4BC) is unknown color: approx Botticelli. HEX triplet: 8E, B4 and BC. RGB value is (142,180,188). Sum of RGB (Red+Green+Blue) = 142+180+188=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4BC is #714B43. Grayscale: #A9A9A9. Windows color (decimal): -7424836 or 12366990. OLE color: 12366990.

HSL color Cylindrical-coordinate representation of color #8EB4BC: hue angle of 190.43º 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 #8EB4BC is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142180188-
CMYK0.240.0400.26
HSL190.43º25.56%64.71%-
HSV(B)190.43º24.47%73.73%-
XYZ36.5542.0253.76-
YUV169.55138.41108.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=27.84%
G=35.29%
B=36.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421801880.240.0400.26190.4325.5664.71
Hex8EB4BC18401Abe1a41
Octal21626427430403227632101
Binary1000111010110100101111001100010001101010111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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