Shades of Botticelli #96A6AA
Tints of Botticelli #96A6AA
RGB
CMYK
RGB Variations
Color information
#96A6AA (or 0x96A6AA) is known color: Botticelli. HEX triplet: 96, A6 and AA. RGB value is (150,166,170). Sum of RGB (Red+Green+Blue) = 150+166+170=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #96A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6AA is #695955. Grayscale: #A1A1A1. Windows color (decimal): -6904150 or 11183766. OLE color: 11183766.
HSL color Cylindrical-coordinate representation of color #96A6AA: hue angle of 192º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96A6AA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 166 | 170 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.33 |
| HSL | 192º | 0.11% | 0.63% | - |
| HSV(B) | 192º | 0.12% | 0.67% | - |
| XYZ | 33.47 | 36.66 | 43.34 | - |
| YUV | 161.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 170 | 0.12 | 0.02 | 0 | 0.33 | 192 | 0.11 | 0.63 |
| Hex | 96 | A6 | AA | C | 2 | 0 | 21 | C0 | B | 3F |
| Octal | 226 | 246 | 252 | 14 | 2 | 0 | 41 | 300 | 13 | 77 |
| Binary | 10010110 | 10100110 | 10101010 | 1100 | 10 | 0 | 100001 | 11000000 | 1011 | 111111 |
Color Harmonies of #96A6AA
Complementary color
Monochromatic Colors of #96A6AA
Black with #96A6AA
Text Example
Text Example
White with #96A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6AA; }
p { color: rgb(150,166,170); }
H1.HeaderClassName
{
color: #96A6AA;
}
.AnyTagClassName
{
color: #96A6AA;
}
</style>
background-color css
<style>
a { background-color: #96A6AA; }
a { background-color: rgb(150,166,170); }
div.DivClassName
{
background-color: #96A6AA;
}
.BgClassName
{
background-color: #96A6AA;
}
</style>
border-color css
<style>
span { border-color: #96A6AA; }
span { border-color: rgb(150,166,170); }
td.TdClassName
{
border-color: #96A6AA;
}
.TagClassName
{
border-color: #96A6AA;
}
</style>