Shades of Botticelli #8BAAAF
Tints of Botticelli #8BAAAF
RGB
CMYK
RGB Variations
Color information
#8BAAAF (or 0x8BAAAF) is known color: Botticelli. HEX triplet: 8B, AA and AF. RGB value is (139,170,175). Sum of RGB (Red+Green+Blue) = 139+170+175=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #8BAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAAAF is #745550. Grayscale: #A1A1A1. Windows color (decimal): -7624017 or 11512459. OLE color: 11512459.
HSL color Cylindrical-coordinate representation of color #8BAAAF: hue angle of 188.33º degrees, saturation: 0.18, 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 #8BAAAF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 170 | 175 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.31 |
| HSL | 188.33º | 0.18% | 0.62% | - |
| HSV(B) | 188.33º | 0.21% | 0.69% | - |
| XYZ | 32.76 | 37.33 | 46.04 | - |
| YUV | 161.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 175 | 0.21 | 0.03 | 0 | 0.31 | 188.33 | 0.18 | 0.62 |
| Hex | 8B | AA | AF | 15 | 3 | 0 | 1F | BC | 12 | 3E |
| Octal | 213 | 252 | 257 | 25 | 3 | 0 | 37 | 274 | 22 | 76 |
| Binary | 10001011 | 10101010 | 10101111 | 10101 | 11 | 0 | 11111 | 10111100 | 10010 | 111110 |
Color Harmonies of #8BAAAF
Complementary color
Monochromatic Colors of #8BAAAF
Black with #8BAAAF
Text Example
Text Example
White with #8BAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAAF; }
p { color: rgb(139,170,175); }
H1.HeaderClassName
{
color: #8BAAAF;
}
.AnyTagClassName
{
color: #8BAAAF;
}
</style>
background-color css
<style>
a { background-color: #8BAAAF; }
a { background-color: rgb(139,170,175); }
div.DivClassName
{
background-color: #8BAAAF;
}
.BgClassName
{
background-color: #8BAAAF;
}
</style>
border-color css
<style>
span { border-color: #8BAAAF; }
span { border-color: rgb(139,170,175); }
td.TdClassName
{
border-color: #8BAAAF;
}
.TagClassName
{
border-color: #8BAAAF;
}
</style>