Shades of Botticelli #96ABAE
Tints of Botticelli #96ABAE
RGB
CMYK
RGB Variations
Color information
#96ABAE (or 0x96ABAE) is known color: Botticelli. HEX triplet: 96, AB and AE. RGB value is (150,171,174). Sum of RGB (Red+Green+Blue) = 150+171+174=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #96ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABAE is #695451. Grayscale: #A5A5A5. Windows color (decimal): -6902866 or 11447190. OLE color: 11447190.
HSL color Cylindrical-coordinate representation of color #96ABAE: hue angle of 187.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 #96ABAE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 171 | 174 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.32 |
| HSL | 187.5º | 0.13% | 0.64% | - |
| HSV(B) | 187.5º | 0.14% | 0.68% | - |
| XYZ | 34.78 | 38.67 | 45.67 | - |
| YUV | 165.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 174 | 0.14 | 0.02 | 0 | 0.32 | 187.5 | 0.13 | 0.64 |
| Hex | 96 | AB | AE | E | 2 | 0 | 20 | BC | D | 40 |
| Octal | 226 | 253 | 256 | 16 | 2 | 0 | 40 | 274 | 15 | 100 |
| Binary | 10010110 | 10101011 | 10101110 | 1110 | 10 | 0 | 100000 | 10111100 | 1101 | 1000000 |
Color Harmonies of #96ABAE
Complementary color
Monochromatic Colors of #96ABAE
Black with #96ABAE
Text Example
Text Example
White with #96ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABAE; }
p { color: rgb(150,171,174); }
H1.HeaderClassName
{
color: #96ABAE;
}
.AnyTagClassName
{
color: #96ABAE;
}
</style>
background-color css
<style>
a { background-color: #96ABAE; }
a { background-color: rgb(150,171,174); }
div.DivClassName
{
background-color: #96ABAE;
}
.BgClassName
{
background-color: #96ABAE;
}
</style>
border-color css
<style>
span { border-color: #96ABAE; }
span { border-color: rgb(150,171,174); }
td.TdClassName
{
border-color: #96ABAE;
}
.TagClassName
{
border-color: #96ABAE;
}
</style>