#8EB1BC

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

Shades of Botticelli #8EB1BC

Tints of Botticelli #8EB1BC

Color information

#8EB1BC (or 0x8EB1BC) is unknown color: approx Botticelli. HEX triplet: 8E, B1 and BC. RGB value is (142,177,188). Sum of RGB (Red+Green+Blue) = 142+177+188=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1BC is #714E43. Grayscale: #A7A7A7. Windows color (decimal): -7425604 or 12366222. OLE color: 12366222.

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

Color convert

RGB142177188-
CMYK0.240.0600.26
HSL194.35º25.56%64.71%-
HSV(B)194.35º24.47%73.73%-
XYZ35.9540.8353.56-
YUV167.79139.4109.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=28.01%
G=34.91%
B=37.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421771880.240.0600.26194.3525.5664.71
Hex8EB1BC18601Ac21a41
Octal21626127430603230232101
Binary1000111010110001101111001100011001101011000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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