Shades of Botticelli #8CB8C5
Tints of Botticelli #8CB8C5
RGB
CMYK
RGB Variations
Color information
#8CB8C5 (or 0x8CB8C5) is known color: Botticelli. HEX triplet: 8C, B8 and C5. RGB value is (140,184,197). Sum of RGB (Red+Green+Blue) = 140+184+197=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #8CB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8C5 is #73473A. Grayscale: #ACACAC. Windows color (decimal): -7554875 or 12957836. OLE color: 12957836.
HSL color Cylindrical-coordinate representation of color #8CB8C5: hue angle of 193.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CB8C5 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 184 | 197 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.23 |
| HSL | 193.68º | 0.33% | 0.66% | - |
| HSV(B) | 193.68º | 0.29% | 0.77% | - |
| XYZ | 38.03 | 43.89 | 59.29 | - |
| YUV | 172.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 197 | 0.29 | 0.07 | 0 | 0.23 | 193.68 | 0.33 | 0.66 |
| Hex | 8C | B8 | C5 | 1D | 7 | 0 | 17 | C2 | 21 | 42 |
| Octal | 214 | 270 | 305 | 35 | 7 | 0 | 27 | 302 | 41 | 102 |
| Binary | 10001100 | 10111000 | 11000101 | 11101 | 111 | 0 | 10111 | 11000010 | 100001 | 1000010 |
Color Harmonies of #8CB8C5
Complementary color
Monochromatic Colors of #8CB8C5
Black with #8CB8C5
Text Example
Text Example
White with #8CB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8C5; }
p { color: rgb(140,184,197); }
H1.HeaderClassName
{
color: #8CB8C5;
}
.AnyTagClassName
{
color: #8CB8C5;
}
</style>
background-color css
<style>
a { background-color: #8CB8C5; }
a { background-color: rgb(140,184,197); }
div.DivClassName
{
background-color: #8CB8C5;
}
.BgClassName
{
background-color: #8CB8C5;
}
</style>
border-color css
<style>
span { border-color: #8CB8C5; }
span { border-color: rgb(140,184,197); }
td.TdClassName
{
border-color: #8CB8C5;
}
.TagClassName
{
border-color: #8CB8C5;
}
</style>