#8EB7BC

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

Shades of Botticelli #8EB7BC

Tints of Botticelli #8EB7BC

Color information

#8EB7BC (or 0x8EB7BC) is unknown color: approx Botticelli. HEX triplet: 8E, B7 and BC. RGB value is (142,183,188). Sum of RGB (Red+Green+Blue) = 142+183+188=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB7BC is #714843. Grayscale: #ABABAB. Windows color (decimal): -7424068 or 12367758. OLE color: 12367758.

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

Color convert

RGB142183188-
CMYK0.240.0300.26
HSL186.52º25.56%64.71%-
HSV(B)186.52º24.47%73.73%-
XYZ37.1743.2553.97-
YUV171.31137.42107.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=27.68%
G=35.67%
B=36.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421831880.240.0300.26186.5225.5664.71
Hex8EB7BC18301Abb1a41
Octal21626727430303227332101
Binary100011101011011110111100110001101101010111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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