Shades of Botticelli #8BABB8
Tints of Botticelli #8BABB8
RGB
CMYK
RGB Variations
Color information
#8BABB8 (or 0x8BABB8) is known color: Botticelli. HEX triplet: 8B, AB and B8. RGB value is (139,171,184). Sum of RGB (Red+Green+Blue) = 139+171+184=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABB8 is #745447. Grayscale: #A2A2A2. Windows color (decimal): -7623752 or 12102539. OLE color: 12102539.
HSL color Cylindrical-coordinate representation of color #8BABB8: hue angle of 197.33º degrees, saturation: 0.24, 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 #8BABB8 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 171 | 184 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.28 |
| HSL | 197.33º | 0.24% | 0.63% | - |
| HSV(B) | 197.33º | 0.24% | 0.72% | - |
| XYZ | 33.86 | 38.08 | 50.91 | - |
| YUV | 162.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 184 | 0.24 | 0.07 | 0 | 0.28 | 197.33 | 0.24 | 0.63 |
| Hex | 8B | AB | B8 | 18 | 7 | 0 | 1C | C5 | 18 | 3F |
| Octal | 213 | 253 | 270 | 30 | 7 | 0 | 34 | 305 | 30 | 77 |
| Binary | 10001011 | 10101011 | 10111000 | 11000 | 111 | 0 | 11100 | 11000101 | 11000 | 111111 |
Color Harmonies of #8BABB8
Complementary color
Monochromatic Colors of #8BABB8
Black with #8BABB8
Text Example
Text Example
White with #8BABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABB8; }
p { color: rgb(139,171,184); }
H1.HeaderClassName
{
color: #8BABB8;
}
.AnyTagClassName
{
color: #8BABB8;
}
</style>
background-color css
<style>
a { background-color: #8BABB8; }
a { background-color: rgb(139,171,184); }
div.DivClassName
{
background-color: #8BABB8;
}
.BgClassName
{
background-color: #8BABB8;
}
</style>
border-color css
<style>
span { border-color: #8BABB8; }
span { border-color: rgb(139,171,184); }
td.TdClassName
{
border-color: #8BABB8;
}
.TagClassName
{
border-color: #8BABB8;
}
</style>