Shades of Botticelli #96A4AB
Tints of Botticelli #96A4AB
RGB
CMYK
RGB Variations
Color information
#96A4AB (or 0x96A4AB) is known color: Botticelli. HEX triplet: 96, A4 and AB. RGB value is (150,164,171). Sum of RGB (Red+Green+Blue) = 150+164+171=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #96A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A4AB is #695B54. Grayscale: #A0A0A0. Windows color (decimal): -6904661 or 11248790. OLE color: 11248790.
HSL color Cylindrical-coordinate representation of color #96A4AB: hue angle of 200º 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 #96A4AB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 164 | 171 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.33 |
| HSL | 200º | 0.11% | 0.63% | - |
| HSV(B) | 200º | 0.12% | 0.67% | - |
| XYZ | 33.2 | 35.98 | 43.72 | - |
| YUV | 160.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 171 | 0.12 | 0.04 | 0 | 0.33 | 200 | 0.11 | 0.63 |
| Hex | 96 | A4 | AB | C | 4 | 0 | 21 | C8 | B | 3F |
| Octal | 226 | 244 | 253 | 14 | 4 | 0 | 41 | 310 | 13 | 77 |
| Binary | 10010110 | 10100100 | 10101011 | 1100 | 100 | 0 | 100001 | 11001000 | 1011 | 111111 |
Color Harmonies of #96A4AB
Complementary color
Monochromatic Colors of #96A4AB
Black with #96A4AB
Text Example
Text Example
White with #96A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4AB; }
p { color: rgb(150,164,171); }
H1.HeaderClassName
{
color: #96A4AB;
}
.AnyTagClassName
{
color: #96A4AB;
}
</style>
background-color css
<style>
a { background-color: #96A4AB; }
a { background-color: rgb(150,164,171); }
div.DivClassName
{
background-color: #96A4AB;
}
.BgClassName
{
background-color: #96A4AB;
}
</style>
border-color css
<style>
span { border-color: #96A4AB; }
span { border-color: rgb(150,164,171); }
td.TdClassName
{
border-color: #96A4AB;
}
.TagClassName
{
border-color: #96A4AB;
}
</style>