Shades of Botticelli #96A6AD
Tints of Botticelli #96A6AD
RGB
CMYK
RGB Variations
Color information
#96A6AD (or 0x96A6AD) is known color: Botticelli. HEX triplet: 96, A6 and AD. RGB value is (150,166,173). Sum of RGB (Red+Green+Blue) = 150+166+173=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #96A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6AD is #695952. Grayscale: #A1A1A1. Windows color (decimal): -6904147 or 11380374. OLE color: 11380374.
HSL color Cylindrical-coordinate representation of color #96A6AD: hue angle of 198.26º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A6AD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 166 | 173 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.32 |
| HSL | 198.26º | 0.12% | 0.63% | - |
| HSV(B) | 198.26º | 0.13% | 0.68% | - |
| XYZ | 33.76 | 36.77 | 44.85 | - |
| YUV | 162.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 173 | 0.13 | 0.04 | 0 | 0.32 | 198.26 | 0.12 | 0.63 |
| Hex | 96 | A6 | AD | D | 4 | 0 | 20 | C6 | C | 3F |
| Octal | 226 | 246 | 255 | 15 | 4 | 0 | 40 | 306 | 14 | 77 |
| Binary | 10010110 | 10100110 | 10101101 | 1101 | 100 | 0 | 100000 | 11000110 | 1100 | 111111 |
Color Harmonies of #96A6AD
Complementary color
Monochromatic Colors of #96A6AD
Black with #96A6AD
Text Example
Text Example
White with #96A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6AD; }
p { color: rgb(150,166,173); }
H1.HeaderClassName
{
color: #96A6AD;
}
.AnyTagClassName
{
color: #96A6AD;
}
</style>
background-color css
<style>
a { background-color: #96A6AD; }
a { background-color: rgb(150,166,173); }
div.DivClassName
{
background-color: #96A6AD;
}
.BgClassName
{
background-color: #96A6AD;
}
</style>
border-color css
<style>
span { border-color: #96A6AD; }
span { border-color: rgb(150,166,173); }
td.TdClassName
{
border-color: #96A6AD;
}
.TagClassName
{
border-color: #96A6AD;
}
</style>