Shades of Botticelli #8BABB7
Tints of Botticelli #8BABB7
RGB
CMYK
RGB Variations
Color information
#8BABB7 (or 0x8BABB7) is known color: Botticelli. HEX triplet: 8B, AB and B7. RGB value is (139,171,183). Sum of RGB (Red+Green+Blue) = 139+171+183=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #8BABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABB7 is #745448. Grayscale: #A2A2A2. Windows color (decimal): -7623753 or 12037003. OLE color: 12037003.
HSL color Cylindrical-coordinate representation of color #8BABB7: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BABB7 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 171 | 183 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.28 |
| HSL | 196.36º | 0.23% | 0.63% | - |
| HSV(B) | 196.36º | 0.24% | 0.72% | - |
| XYZ | 33.76 | 38.03 | 50.36 | - |
| YUV | 162.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 183 | 0.24 | 0.07 | 0 | 0.28 | 196.36 | 0.23 | 0.63 |
| Hex | 8B | AB | B7 | 18 | 7 | 0 | 1C | C4 | 17 | 3F |
| Octal | 213 | 253 | 267 | 30 | 7 | 0 | 34 | 304 | 27 | 77 |
| Binary | 10001011 | 10101011 | 10110111 | 11000 | 111 | 0 | 11100 | 11000100 | 10111 | 111111 |
Color Harmonies of #8BABB7
Complementary color
Monochromatic Colors of #8BABB7
Black with #8BABB7
Text Example
Text Example
White with #8BABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABB7; }
p { color: rgb(139,171,183); }
H1.HeaderClassName
{
color: #8BABB7;
}
.AnyTagClassName
{
color: #8BABB7;
}
</style>
background-color css
<style>
a { background-color: #8BABB7; }
a { background-color: rgb(139,171,183); }
div.DivClassName
{
background-color: #8BABB7;
}
.BgClassName
{
background-color: #8BABB7;
}
</style>
border-color css
<style>
span { border-color: #8BABB7; }
span { border-color: rgb(139,171,183); }
td.TdClassName
{
border-color: #8BABB7;
}
.TagClassName
{
border-color: #8BABB7;
}
</style>