Shades of Botticelli #8CB8BD
Tints of Botticelli #8CB8BD
RGB
CMYK
RGB Variations
Color information
#8CB8BD (or 0x8CB8BD) is known color: 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
| RGB | 140 | 184 | 189 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.26 |
| HSL | 186.12º | 0.27% | 0.65% | - |
| HSV(B) | 186.12º | 0.26% | 0.74% | - |
| XYZ | 37.14 | 43.53 | 54.59 | - |
| YUV | 171.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 189 | 0.26 | 0.03 | 0 | 0.26 | 186.12 | 0.27 | 0.65 |
| Hex | 8C | B8 | BD | 1A | 3 | 0 | 1A | BA | 1B | 41 |
| Octal | 214 | 270 | 275 | 32 | 3 | 0 | 32 | 272 | 33 | 101 |
| Binary | 10001100 | 10111000 | 10111101 | 11010 | 11 | 0 | 11010 | 10111010 | 11011 | 1000001 |
Color Harmonies of #8CB8BD
Complementary color
Monochromatic Colors of #8CB8BD
Black with #8CB8BD
Text Example
Text Example
White with #8CB8BD
Text Example
Text Example
HTML Codes & Css Web 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>