Shades of Botticelli #9AACB0
Tints of Botticelli #9AACB0
RGB
CMYK
RGB Variations
Color information
#9AACB0 (or 0x9AACB0) is known color: Botticelli. HEX triplet: 9A, AC and B0. RGB value is (154,172,176). Sum of RGB (Red+Green+Blue) = 154+172+176=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 176 - color contains mainly: blue. Hex color #9AACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACB0 is #65534F. Grayscale: #A7A7A7. Windows color (decimal): -6640464 or 11578522. OLE color: 11578522.
HSL color Cylindrical-coordinate representation of color #9AACB0: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AACB0 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 172 | 176 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.31 |
| HSL | 190.91º | 0.12% | 0.65% | - |
| HSV(B) | 190.91º | 0.13% | 0.69% | - |
| XYZ | 35.92 | 39.51 | 46.81 | - |
| YUV | 167.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 176 | 0.12 | 0.02 | 0 | 0.31 | 190.91 | 0.12 | 0.65 |
| Hex | 9A | AC | B0 | C | 2 | 0 | 1F | BF | C | 41 |
| Octal | 232 | 254 | 260 | 14 | 2 | 0 | 37 | 277 | 14 | 101 |
| Binary | 10011010 | 10101100 | 10110000 | 1100 | 10 | 0 | 11111 | 10111111 | 1100 | 1000001 |
Color Harmonies of #9AACB0
Complementary color
Monochromatic Colors of #9AACB0
Black with #9AACB0
Text Example
Text Example
White with #9AACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACB0; }
p { color: rgb(154,172,176); }
H1.HeaderClassName
{
color: #9AACB0;
}
.AnyTagClassName
{
color: #9AACB0;
}
</style>
background-color css
<style>
a { background-color: #9AACB0; }
a { background-color: rgb(154,172,176); }
div.DivClassName
{
background-color: #9AACB0;
}
.BgClassName
{
background-color: #9AACB0;
}
</style>
border-color css
<style>
span { border-color: #9AACB0; }
span { border-color: rgb(154,172,176); }
td.TdClassName
{
border-color: #9AACB0;
}
.TagClassName
{
border-color: #9AACB0;
}
</style>