Shades of Botticelli #8BB0BA
Tints of Botticelli #8BB0BA
RGB
CMYK
RGB Variations
Color information
#8BB0BA (or 0x8BB0BA) is known color: Botticelli. HEX triplet: 8B, B0 and BA. RGB value is (139,176,186). Sum of RGB (Red+Green+Blue) = 139+176+186=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0BA is #744F45. Grayscale: #A6A6A6. Windows color (decimal): -7622470 or 12234891. OLE color: 12234891.
HSL color Cylindrical-coordinate representation of color #8BB0BA: hue angle of 192.77º 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 #8BB0BA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 176 | 186 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.27 |
| HSL | 192.77º | 0.25% | 0.64% | - |
| HSV(B) | 192.77º | 0.25% | 0.73% | - |
| XYZ | 35.04 | 40.08 | 52.34 | - |
| YUV | 166.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 186 | 0.25 | 0.05 | 0 | 0.27 | 192.77 | 0.25 | 0.64 |
| Hex | 8B | B0 | BA | 19 | 5 | 0 | 1B | C1 | 19 | 40 |
| Octal | 213 | 260 | 272 | 31 | 5 | 0 | 33 | 301 | 31 | 100 |
| Binary | 10001011 | 10110000 | 10111010 | 11001 | 101 | 0 | 11011 | 11000001 | 11001 | 1000000 |
Color Harmonies of #8BB0BA
Complementary color
Monochromatic Colors of #8BB0BA
Black with #8BB0BA
Text Example
Text Example
White with #8BB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0BA; }
p { color: rgb(139,176,186); }
H1.HeaderClassName
{
color: #8BB0BA;
}
.AnyTagClassName
{
color: #8BB0BA;
}
</style>
background-color css
<style>
a { background-color: #8BB0BA; }
a { background-color: rgb(139,176,186); }
div.DivClassName
{
background-color: #8BB0BA;
}
.BgClassName
{
background-color: #8BB0BA;
}
</style>
border-color css
<style>
span { border-color: #8BB0BA; }
span { border-color: rgb(139,176,186); }
td.TdClassName
{
border-color: #8BB0BA;
}
.TagClassName
{
border-color: #8BB0BA;
}
</style>