Shades of Botticelli #8AAAB0
Tints of Botticelli #8AAAB0
RGB
CMYK
RGB Variations
Color information
#8AAAB0 (or 0x8AAAB0) is known color: Botticelli. HEX triplet: 8A, AA and B0. RGB value is (138,170,176). Sum of RGB (Red+Green+Blue) = 138+170+176=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAAB0 is #75554F. Grayscale: #A1A1A1. Windows color (decimal): -7689552 or 11577994. OLE color: 11577994.
HSL color Cylindrical-coordinate representation of color #8AAAB0: hue angle of 189.47º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAAB0 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 170 | 176 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.31 |
| HSL | 189.47º | 0.19% | 0.62% | - |
| HSV(B) | 189.47º | 0.22% | 0.69% | - |
| XYZ | 32.69 | 37.29 | 46.55 | - |
| YUV | 161.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 176 | 0.22 | 0.03 | 0 | 0.31 | 189.47 | 0.19 | 0.62 |
| Hex | 8A | AA | B0 | 16 | 3 | 0 | 1F | BD | 13 | 3E |
| Octal | 212 | 252 | 260 | 26 | 3 | 0 | 37 | 275 | 23 | 76 |
| Binary | 10001010 | 10101010 | 10110000 | 10110 | 11 | 0 | 11111 | 10111101 | 10011 | 111110 |
Color Harmonies of #8AAAB0
Complementary color
Monochromatic Colors of #8AAAB0
Black with #8AAAB0
Text Example
Text Example
White with #8AAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAAB0; }
p { color: rgb(138,170,176); }
H1.HeaderClassName
{
color: #8AAAB0;
}
.AnyTagClassName
{
color: #8AAAB0;
}
</style>
background-color css
<style>
a { background-color: #8AAAB0; }
a { background-color: rgb(138,170,176); }
div.DivClassName
{
background-color: #8AAAB0;
}
.BgClassName
{
background-color: #8AAAB0;
}
</style>
border-color css
<style>
span { border-color: #8AAAB0; }
span { border-color: rgb(138,170,176); }
td.TdClassName
{
border-color: #8AAAB0;
}
.TagClassName
{
border-color: #8AAAB0;
}
</style>