Shades of Botticelli #96AAAC
Tints of Botticelli #96AAAC
RGB
CMYK
RGB Variations
Color information
#96AAAC (or 0x96AAAC) is known color: Botticelli. HEX triplet: 96, AA and AC. RGB value is (150,170,172). Sum of RGB (Red+Green+Blue) = 150+170+172=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #96AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAAC is #695553. Grayscale: #A4A4A4. Windows color (decimal): -6903124 or 11315862. OLE color: 11315862.
HSL color Cylindrical-coordinate representation of color #96AAAC: hue angle of 185.45º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96AAAC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 172 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.33 |
| HSL | 185.45º | 0.12% | 0.63% | - |
| HSV(B) | 185.45º | 0.13% | 0.67% | - |
| XYZ | 34.4 | 38.21 | 44.59 | - |
| YUV | 164.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 172 | 0.13 | 0.01 | 0 | 0.33 | 185.45 | 0.12 | 0.63 |
| Hex | 96 | AA | AC | D | 1 | 0 | 21 | B9 | C | 3F |
| Octal | 226 | 252 | 254 | 15 | 1 | 0 | 41 | 271 | 14 | 77 |
| Binary | 10010110 | 10101010 | 10101100 | 1101 | 1 | 0 | 100001 | 10111001 | 1100 | 111111 |
Color Harmonies of #96AAAC
Complementary color
Monochromatic Colors of #96AAAC
Black with #96AAAC
Text Example
Text Example
White with #96AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAAC; }
p { color: rgb(150,170,172); }
H1.HeaderClassName
{
color: #96AAAC;
}
.AnyTagClassName
{
color: #96AAAC;
}
</style>
background-color css
<style>
a { background-color: #96AAAC; }
a { background-color: rgb(150,170,172); }
div.DivClassName
{
background-color: #96AAAC;
}
.BgClassName
{
background-color: #96AAAC;
}
</style>
border-color css
<style>
span { border-color: #96AAAC; }
span { border-color: rgb(150,170,172); }
td.TdClassName
{
border-color: #96AAAC;
}
.TagClassName
{
border-color: #96AAAC;
}
</style>