#8CB8BD

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

Shades of Botticelli #8CB8BD

Tints of Botticelli #8CB8BD

Color information

#8CB8BD (or 0x8CB8BD) is unknown color: approx Botticelli. HEX triplet: 8C, B8 and BD. RGB value is (140,184,189). Sum of RGB (Red+Green+Blue) = 140+184+189=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8BD is #734742. Grayscale: #ABABAB. Windows color (decimal): -7554883 or 12433548. OLE color: 12433548.

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

Color convert

RGB140184189-
CMYK0.260.0300.26
HSL186.12º27.07%64.51%-
HSV(B)186.12º25.93%74.12%-
XYZ37.1443.5354.59-
YUV171.41137.92105.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=27.29%
G=35.87%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401841890.260.0300.26186.1227.0764.51
Hex8CB8BD1A301Aba1b41
Octal21427027532303227233101
Binary100011001011100010111101110101101101010111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,184,189); }

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

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

 a { background-color: rgb(140,184,189); }

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

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

 span { border-color: rgb(140,184,189); }

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