Shades of Botticelli #96B6C0
Tints of Botticelli #96B6C0
RGB
CMYK
RGB Variations
Color information
#96B6C0 (or 0x96B6C0) is known color: Botticelli. HEX triplet: 96, B6 and C0. RGB value is (150,182,192). Sum of RGB (Red+Green+Blue) = 150+182+192=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #96B6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6C0 is #69493F. Grayscale: #ADADAD. Windows color (decimal): -6900032 or 12629654. OLE color: 12629654.
HSL color Cylindrical-coordinate representation of color #96B6C0: hue angle of 194.29º 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 #96B6C0 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 182 | 192 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.25 |
| HSL | 194.29º | 0.25% | 0.67% | - |
| HSV(B) | 194.29º | 0.22% | 0.75% | - |
| XYZ | 38.82 | 43.75 | 56.27 | - |
| YUV | 173.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 192 | 0.22 | 0.05 | 0 | 0.25 | 194.29 | 0.25 | 0.67 |
| Hex | 96 | B6 | C0 | 16 | 5 | 0 | 19 | C2 | 19 | 43 |
| Octal | 226 | 266 | 300 | 26 | 5 | 0 | 31 | 302 | 31 | 103 |
| Binary | 10010110 | 10110110 | 11000000 | 10110 | 101 | 0 | 11001 | 11000010 | 11001 | 1000011 |
Color Harmonies of #96B6C0
Complementary color
Monochromatic Colors of #96B6C0
Black with #96B6C0
Text Example
Text Example
White with #96B6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6C0; }
p { color: rgb(150,182,192); }
H1.HeaderClassName
{
color: #96B6C0;
}
.AnyTagClassName
{
color: #96B6C0;
}
</style>
background-color css
<style>
a { background-color: #96B6C0; }
a { background-color: rgb(150,182,192); }
div.DivClassName
{
background-color: #96B6C0;
}
.BgClassName
{
background-color: #96B6C0;
}
</style>
border-color css
<style>
span { border-color: #96B6C0; }
span { border-color: rgb(150,182,192); }
td.TdClassName
{
border-color: #96B6C0;
}
.TagClassName
{
border-color: #96B6C0;
}
</style>