Shades of Botticelli #96BCC0
Tints of Botticelli #96BCC0
RGB
CMYK
RGB Variations
Color information
#96BCC0 (or 0x96BCC0) is known color: Botticelli. HEX triplet: 96, BC and C0. RGB value is (150,188,192). Sum of RGB (Red+Green+Blue) = 150+188+192=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #96BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCC0 is #69433F. Grayscale: #B1B1B1. Windows color (decimal): -6898496 or 12631190. OLE color: 12631190.
HSL color Cylindrical-coordinate representation of color #96BCC0: hue angle of 185.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BCC0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 188 | 192 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.25 |
| HSL | 185.71º | 0.25% | 0.67% | - |
| HSV(B) | 185.71º | 0.22% | 0.75% | - |
| XYZ | 40.08 | 46.26 | 56.69 | - |
| YUV | 177.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 192 | 0.22 | 0.02 | 0 | 0.25 | 185.71 | 0.25 | 0.67 |
| Hex | 96 | BC | C0 | 16 | 2 | 0 | 19 | BA | 19 | 43 |
| Octal | 226 | 274 | 300 | 26 | 2 | 0 | 31 | 272 | 31 | 103 |
| Binary | 10010110 | 10111100 | 11000000 | 10110 | 10 | 0 | 11001 | 10111010 | 11001 | 1000011 |
Color Harmonies of #96BCC0
Complementary color
Monochromatic Colors of #96BCC0
Black with #96BCC0
Text Example
Text Example
White with #96BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCC0; }
p { color: rgb(150,188,192); }
H1.HeaderClassName
{
color: #96BCC0;
}
.AnyTagClassName
{
color: #96BCC0;
}
</style>
background-color css
<style>
a { background-color: #96BCC0; }
a { background-color: rgb(150,188,192); }
div.DivClassName
{
background-color: #96BCC0;
}
.BgClassName
{
background-color: #96BCC0;
}
</style>
border-color css
<style>
span { border-color: #96BCC0; }
span { border-color: rgb(150,188,192); }
td.TdClassName
{
border-color: #96BCC0;
}
.TagClassName
{
border-color: #96BCC0;
}
</style>