Shades of Botticelli #99ABAE
Tints of Botticelli #99ABAE
RGB
CMYK
RGB Variations
Color information
#99ABAE (or 0x99ABAE) is known color: Botticelli. HEX triplet: 99, AB and AE. RGB value is (153,171,174). Sum of RGB (Red+Green+Blue) = 153+171+174=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #99ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABAE is #665451. Grayscale: #A5A5A5. Windows color (decimal): -6706258 or 11447193. OLE color: 11447193.
HSL color Cylindrical-coordinate representation of color #99ABAE: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99ABAE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 171 | 174 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.32 |
| HSL | 188.57º | 0.11% | 0.64% | - |
| HSV(B) | 188.57º | 0.12% | 0.68% | - |
| XYZ | 35.34 | 38.95 | 45.7 | - |
| YUV | 165.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 174 | 0.12 | 0.02 | 0 | 0.32 | 188.57 | 0.11 | 0.64 |
| Hex | 99 | AB | AE | C | 2 | 0 | 20 | BD | B | 40 |
| Octal | 231 | 253 | 256 | 14 | 2 | 0 | 40 | 275 | 13 | 100 |
| Binary | 10011001 | 10101011 | 10101110 | 1100 | 10 | 0 | 100000 | 10111101 | 1011 | 1000000 |
Color Harmonies of #99ABAE
Complementary color
Monochromatic Colors of #99ABAE
Black with #99ABAE
Text Example
Text Example
White with #99ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABAE; }
p { color: rgb(153,171,174); }
H1.HeaderClassName
{
color: #99ABAE;
}
.AnyTagClassName
{
color: #99ABAE;
}
</style>
background-color css
<style>
a { background-color: #99ABAE; }
a { background-color: rgb(153,171,174); }
div.DivClassName
{
background-color: #99ABAE;
}
.BgClassName
{
background-color: #99ABAE;
}
</style>
border-color css
<style>
span { border-color: #99ABAE; }
span { border-color: rgb(153,171,174); }
td.TdClassName
{
border-color: #99ABAE;
}
.TagClassName
{
border-color: #99ABAE;
}
</style>