Shades of Botticelli #9AAEB1
Tints of Botticelli #9AAEB1
RGB
CMYK
RGB Variations
Color information
#9AAEB1 (or 0x9AAEB1) is known color: Botticelli. HEX triplet: 9A, AE and B1. RGB value is (154,174,177). Sum of RGB (Red+Green+Blue) = 154+174+177=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #9AAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEB1 is #65514E. Grayscale: #A8A8A8. Windows color (decimal): -6639951 or 11644570. OLE color: 11644570.
HSL color Cylindrical-coordinate representation of color #9AAEB1: hue angle of 187.83º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AAEB1 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 174 | 177 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.31 |
| HSL | 187.83º | 0.13% | 0.65% | - |
| HSV(B) | 187.83º | 0.13% | 0.69% | - |
| XYZ | 36.4 | 40.32 | 47.46 | - |
| YUV | 168.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 177 | 0.13 | 0.02 | 0 | 0.31 | 187.83 | 0.13 | 0.65 |
| Hex | 9A | AE | B1 | D | 2 | 0 | 1F | BC | D | 41 |
| Octal | 232 | 256 | 261 | 15 | 2 | 0 | 37 | 274 | 15 | 101 |
| Binary | 10011010 | 10101110 | 10110001 | 1101 | 10 | 0 | 11111 | 10111100 | 1101 | 1000001 |
Color Harmonies of #9AAEB1
Complementary color
Monochromatic Colors of #9AAEB1
Black with #9AAEB1
Text Example
Text Example
White with #9AAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEB1; }
p { color: rgb(154,174,177); }
H1.HeaderClassName
{
color: #9AAEB1;
}
.AnyTagClassName
{
color: #9AAEB1;
}
</style>
background-color css
<style>
a { background-color: #9AAEB1; }
a { background-color: rgb(154,174,177); }
div.DivClassName
{
background-color: #9AAEB1;
}
.BgClassName
{
background-color: #9AAEB1;
}
</style>
border-color css
<style>
span { border-color: #9AAEB1; }
span { border-color: rgb(154,174,177); }
td.TdClassName
{
border-color: #9AAEB1;
}
.TagClassName
{
border-color: #9AAEB1;
}
</style>