Shades of Botticelli #8BB7BA
Tints of Botticelli #8BB7BA
RGB
CMYK
RGB Variations
Color information
#8BB7BA (or 0x8BB7BA) is known color: Botticelli. HEX triplet: 8B, B7 and BA. RGB value is (139,183,186). Sum of RGB (Red+Green+Blue) = 139+183+186=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB7BA is #744845. Grayscale: #AAAAAA. Windows color (decimal): -7620678 or 12236683. OLE color: 12236683.
HSL color Cylindrical-coordinate representation of color #8BB7BA: hue angle of 183.83º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BB7BA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 183 | 186 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.27 |
| HSL | 183.83º | 0.25% | 0.64% | - |
| HSV(B) | 183.83º | 0.25% | 0.73% | - |
| XYZ | 36.44 | 42.9 | 52.81 | - |
| YUV | 170.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 186 | 0.25 | 0.02 | 0 | 0.27 | 183.83 | 0.25 | 0.64 |
| Hex | 8B | B7 | BA | 19 | 2 | 0 | 1B | B8 | 19 | 40 |
| Octal | 213 | 267 | 272 | 31 | 2 | 0 | 33 | 270 | 31 | 100 |
| Binary | 10001011 | 10110111 | 10111010 | 11001 | 10 | 0 | 11011 | 10111000 | 11001 | 1000000 |
Color Harmonies of #8BB7BA
Complementary color
Monochromatic Colors of #8BB7BA
Black with #8BB7BA
Text Example
Text Example
White with #8BB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB7BA; }
p { color: rgb(139,183,186); }
H1.HeaderClassName
{
color: #8BB7BA;
}
.AnyTagClassName
{
color: #8BB7BA;
}
</style>
background-color css
<style>
a { background-color: #8BB7BA; }
a { background-color: rgb(139,183,186); }
div.DivClassName
{
background-color: #8BB7BA;
}
.BgClassName
{
background-color: #8BB7BA;
}
</style>
border-color css
<style>
span { border-color: #8BB7BA; }
span { border-color: rgb(139,183,186); }
td.TdClassName
{
border-color: #8BB7BA;
}
.TagClassName
{
border-color: #8BB7BA;
}
</style>