Shades of Botticelli #8BAAB0
Tints of Botticelli #8BAAB0
RGB
CMYK
RGB Variations
Color information
#8BAAB0 (or 0x8BAAB0) is known color: Botticelli. HEX triplet: 8B, AA and B0. RGB value is (139,170,176). Sum of RGB (Red+Green+Blue) = 139+170+176=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #8BAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAAB0 is #74554F. Grayscale: #A1A1A1. Windows color (decimal): -7624016 or 11577995. OLE color: 11577995.
HSL color Cylindrical-coordinate representation of color #8BAAB0: hue angle of 189.73º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAAB0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 170 | 176 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.31 |
| HSL | 189.73º | 0.19% | 0.62% | - |
| HSV(B) | 189.73º | 0.21% | 0.69% | - |
| XYZ | 32.86 | 37.37 | 46.56 | - |
| YUV | 161.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 176 | 0.21 | 0.03 | 0 | 0.31 | 189.73 | 0.19 | 0.62 |
| Hex | 8B | AA | B0 | 15 | 3 | 0 | 1F | BE | 13 | 3E |
| Octal | 213 | 252 | 260 | 25 | 3 | 0 | 37 | 276 | 23 | 76 |
| Binary | 10001011 | 10101010 | 10110000 | 10101 | 11 | 0 | 11111 | 10111110 | 10011 | 111110 |
Color Harmonies of #8BAAB0
Complementary color
Monochromatic Colors of #8BAAB0
Black with #8BAAB0
Text Example
Text Example
White with #8BAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAB0; }
p { color: rgb(139,170,176); }
H1.HeaderClassName
{
color: #8BAAB0;
}
.AnyTagClassName
{
color: #8BAAB0;
}
</style>
background-color css
<style>
a { background-color: #8BAAB0; }
a { background-color: rgb(139,170,176); }
div.DivClassName
{
background-color: #8BAAB0;
}
.BgClassName
{
background-color: #8BAAB0;
}
</style>
border-color css
<style>
span { border-color: #8BAAB0; }
span { border-color: rgb(139,170,176); }
td.TdClassName
{
border-color: #8BAAB0;
}
.TagClassName
{
border-color: #8BAAB0;
}
</style>