Shades of Botticelli #9AABAD
Tints of Botticelli #9AABAD
RGB
CMYK
RGB Variations
Color information
#9AABAD (or 0x9AABAD) is known color: Botticelli. HEX triplet: 9A, AB and AD. RGB value is (154,171,173). Sum of RGB (Red+Green+Blue) = 154+171+173=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #9AABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABAD is #655452. Grayscale: #A6A6A6. Windows color (decimal): -6640723 or 11381658. OLE color: 11381658.
HSL color Cylindrical-coordinate representation of color #9AABAD: hue angle of 186.32º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AABAD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 171 | 173 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.32 |
| HSL | 186.32º | 0.1% | 0.64% | - |
| HSV(B) | 186.32º | 0.11% | 0.68% | - |
| XYZ | 35.43 | 39.01 | 45.2 | - |
| YUV | 166.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 173 | 0.11 | 0.01 | 0 | 0.32 | 186.32 | 0.1 | 0.64 |
| Hex | 9A | AB | AD | B | 1 | 0 | 20 | BA | A | 40 |
| Octal | 232 | 253 | 255 | 13 | 1 | 0 | 40 | 272 | 12 | 100 |
| Binary | 10011010 | 10101011 | 10101101 | 1011 | 1 | 0 | 100000 | 10111010 | 1010 | 1000000 |
Color Harmonies of #9AABAD
Complementary color
Monochromatic Colors of #9AABAD
Black with #9AABAD
Text Example
Text Example
White with #9AABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABAD; }
p { color: rgb(154,171,173); }
H1.HeaderClassName
{
color: #9AABAD;
}
.AnyTagClassName
{
color: #9AABAD;
}
</style>
background-color css
<style>
a { background-color: #9AABAD; }
a { background-color: rgb(154,171,173); }
div.DivClassName
{
background-color: #9AABAD;
}
.BgClassName
{
background-color: #9AABAD;
}
</style>
border-color css
<style>
span { border-color: #9AABAD; }
span { border-color: rgb(154,171,173); }
td.TdClassName
{
border-color: #9AABAD;
}
.TagClassName
{
border-color: #9AABAD;
}
</style>