Shades of Botticelli #96ADAE
Tints of Botticelli #96ADAE
RGB
CMYK
RGB Variations
Color information
#96ADAE (or 0x96ADAE) is known color: Botticelli. HEX triplet: 96, AD and AE. RGB value is (150,173,174). Sum of RGB (Red+Green+Blue) = 150+173+174=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #96ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADAE is #695251. Grayscale: #A6A6A6. Windows color (decimal): -6902354 or 11447702. OLE color: 11447702.
HSL color Cylindrical-coordinate representation of color #96ADAE: hue angle of 182.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96ADAE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 174 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.32 |
| HSL | 182.5º | 0.13% | 0.64% | - |
| HSV(B) | 182.5º | 0.14% | 0.68% | - |
| XYZ | 35.16 | 39.43 | 45.8 | - |
| YUV | 166.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 174 | 0.14 | 0.01 | 0 | 0.32 | 182.5 | 0.13 | 0.64 |
| Hex | 96 | AD | AE | E | 1 | 0 | 20 | B6 | D | 40 |
| Octal | 226 | 255 | 256 | 16 | 1 | 0 | 40 | 266 | 15 | 100 |
| Binary | 10010110 | 10101101 | 10101110 | 1110 | 1 | 0 | 100000 | 10110110 | 1101 | 1000000 |
Color Harmonies of #96ADAE
Complementary color
Monochromatic Colors of #96ADAE
Black with #96ADAE
Text Example
Text Example
White with #96ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADAE; }
p { color: rgb(150,173,174); }
H1.HeaderClassName
{
color: #96ADAE;
}
.AnyTagClassName
{
color: #96ADAE;
}
</style>
background-color css
<style>
a { background-color: #96ADAE; }
a { background-color: rgb(150,173,174); }
div.DivClassName
{
background-color: #96ADAE;
}
.BgClassName
{
background-color: #96ADAE;
}
</style>
border-color css
<style>
span { border-color: #96ADAE; }
span { border-color: rgb(150,173,174); }
td.TdClassName
{
border-color: #96ADAE;
}
.TagClassName
{
border-color: #96ADAE;
}
</style>