Shades of Botticelli #96A5AA
Tints of Botticelli #96A5AA
RGB
CMYK
RGB Variations
Color information
#96A5AA (or 0x96A5AA) is known color: Botticelli. HEX triplet: 96, A5 and AA. RGB value is (150,165,170). Sum of RGB (Red+Green+Blue) = 150+165+170=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #96A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A5AA is #695A55. Grayscale: #A1A1A1. Windows color (decimal): -6904406 or 11183510. OLE color: 11183510.
HSL color Cylindrical-coordinate representation of color #96A5AA: hue angle of 195º 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 #96A5AA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 165 | 170 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.33 |
| HSL | 195º | 0.11% | 0.63% | - |
| HSV(B) | 195º | 0.12% | 0.67% | - |
| XYZ | 33.29 | 36.3 | 43.28 | - |
| YUV | 161.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 170 | 0.12 | 0.03 | 0 | 0.33 | 195 | 0.11 | 0.63 |
| Hex | 96 | A5 | AA | C | 3 | 0 | 21 | C3 | B | 3F |
| Octal | 226 | 245 | 252 | 14 | 3 | 0 | 41 | 303 | 13 | 77 |
| Binary | 10010110 | 10100101 | 10101010 | 1100 | 11 | 0 | 100001 | 11000011 | 1011 | 111111 |
Color Harmonies of #96A5AA
Complementary color
Monochromatic Colors of #96A5AA
Black with #96A5AA
Text Example
Text Example
White with #96A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5AA; }
p { color: rgb(150,165,170); }
H1.HeaderClassName
{
color: #96A5AA;
}
.AnyTagClassName
{
color: #96A5AA;
}
</style>
background-color css
<style>
a { background-color: #96A5AA; }
a { background-color: rgb(150,165,170); }
div.DivClassName
{
background-color: #96A5AA;
}
.BgClassName
{
background-color: #96A5AA;
}
</style>
border-color css
<style>
span { border-color: #96A5AA; }
span { border-color: rgb(150,165,170); }
td.TdClassName
{
border-color: #96A5AA;
}
.TagClassName
{
border-color: #96A5AA;
}
</style>