Shades of Botticelli #96A8AB
Tints of Botticelli #96A8AB
RGB
CMYK
RGB Variations
Color information
#96A8AB (or 0x96A8AB) is known color: Botticelli. HEX triplet: 96, A8 and AB. RGB value is (150,168,171). Sum of RGB (Red+Green+Blue) = 150+168+171=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #96A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A8AB is #695754. Grayscale: #A2A2A2. Windows color (decimal): -6903637 or 11249814. OLE color: 11249814.
HSL color Cylindrical-coordinate representation of color #96A8AB: hue angle of 188.57º 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 #96A8AB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 168 | 171 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.33 |
| HSL | 188.57º | 0.11% | 0.63% | - |
| HSV(B) | 188.57º | 0.12% | 0.67% | - |
| XYZ | 33.93 | 37.43 | 43.96 | - |
| YUV | 162.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 171 | 0.12 | 0.02 | 0 | 0.33 | 188.57 | 0.11 | 0.63 |
| Hex | 96 | A8 | AB | C | 2 | 0 | 21 | BD | B | 3F |
| Octal | 226 | 250 | 253 | 14 | 2 | 0 | 41 | 275 | 13 | 77 |
| Binary | 10010110 | 10101000 | 10101011 | 1100 | 10 | 0 | 100001 | 10111101 | 1011 | 111111 |
Color Harmonies of #96A8AB
Complementary color
Monochromatic Colors of #96A8AB
Black with #96A8AB
Text Example
Text Example
White with #96A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8AB; }
p { color: rgb(150,168,171); }
H1.HeaderClassName
{
color: #96A8AB;
}
.AnyTagClassName
{
color: #96A8AB;
}
</style>
background-color css
<style>
a { background-color: #96A8AB; }
a { background-color: rgb(150,168,171); }
div.DivClassName
{
background-color: #96A8AB;
}
.BgClassName
{
background-color: #96A8AB;
}
</style>
border-color css
<style>
span { border-color: #96A8AB; }
span { border-color: rgb(150,168,171); }
td.TdClassName
{
border-color: #96A8AB;
}
.TagClassName
{
border-color: #96A8AB;
}
</style>