Shades of Botticelli #8BABB0
Tints of Botticelli #8BABB0
RGB
CMYK
RGB Variations
Color information
#8BABB0 (or 0x8BABB0) is known color: Botticelli. HEX triplet: 8B, AB and B0. RGB value is (139,171,176). Sum of RGB (Red+Green+Blue) = 139+171+176=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 176 - color contains mainly: blue. Hex color #8BABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BABB0 is #74544F. Grayscale: #A1A1A1. Windows color (decimal): -7623760 or 11578251. OLE color: 11578251.
HSL color Cylindrical-coordinate representation of color #8BABB0: hue angle of 188.11º 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 #8BABB0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 171 | 176 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.31 |
| HSL | 188.11º | 0.19% | 0.62% | - |
| HSV(B) | 188.11º | 0.21% | 0.69% | - |
| XYZ | 33.05 | 37.75 | 46.62 | - |
| YUV | 162 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 176 | 0.21 | 0.03 | 0 | 0.31 | 188.11 | 0.19 | 0.62 |
| Hex | 8B | AB | B0 | 15 | 3 | 0 | 1F | BC | 13 | 3E |
| Octal | 213 | 253 | 260 | 25 | 3 | 0 | 37 | 274 | 23 | 76 |
| Binary | 10001011 | 10101011 | 10110000 | 10101 | 11 | 0 | 11111 | 10111100 | 10011 | 111110 |
Color Harmonies of #8BABB0
Complementary color
Monochromatic Colors of #8BABB0
Black with #8BABB0
Text Example
Text Example
White with #8BABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABB0; }
p { color: rgb(139,171,176); }
H1.HeaderClassName
{
color: #8BABB0;
}
.AnyTagClassName
{
color: #8BABB0;
}
</style>
background-color css
<style>
a { background-color: #8BABB0; }
a { background-color: rgb(139,171,176); }
div.DivClassName
{
background-color: #8BABB0;
}
.BgClassName
{
background-color: #8BABB0;
}
</style>
border-color css
<style>
span { border-color: #8BABB0; }
span { border-color: rgb(139,171,176); }
td.TdClassName
{
border-color: #8BABB0;
}
.TagClassName
{
border-color: #8BABB0;
}
</style>