Shades of Botticelli #8BB9BE
Tints of Botticelli #8BB9BE
RGB
CMYK
RGB Variations
Color information
#8BB9BE (or 0x8BB9BE) is known color: Botticelli. HEX triplet: 8B, B9 and BE. RGB value is (139,185,190). Sum of RGB (Red+Green+Blue) = 139+185+190=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9BE is #744641. Grayscale: #ABABAB. Windows color (decimal): -7620162 or 12499339. OLE color: 12499339.
HSL color Cylindrical-coordinate representation of color #8BB9BE: hue angle of 185.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB9BE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 185 | 190 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.25 |
| HSL | 185.88º | 0.28% | 0.65% | - |
| HSV(B) | 185.88º | 0.27% | 0.75% | - |
| XYZ | 37.29 | 43.9 | 55.22 | - |
| YUV | 171.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 190 | 0.27 | 0.03 | 0 | 0.25 | 185.88 | 0.28 | 0.65 |
| Hex | 8B | B9 | BE | 1B | 3 | 0 | 19 | BA | 1C | 41 |
| Octal | 213 | 271 | 276 | 33 | 3 | 0 | 31 | 272 | 34 | 101 |
| Binary | 10001011 | 10111001 | 10111110 | 11011 | 11 | 0 | 11001 | 10111010 | 11100 | 1000001 |
Color Harmonies of #8BB9BE
Complementary color
Monochromatic Colors of #8BB9BE
Black with #8BB9BE
Text Example
Text Example
White with #8BB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB9BE; }
p { color: rgb(139,185,190); }
H1.HeaderClassName
{
color: #8BB9BE;
}
.AnyTagClassName
{
color: #8BB9BE;
}
</style>
background-color css
<style>
a { background-color: #8BB9BE; }
a { background-color: rgb(139,185,190); }
div.DivClassName
{
background-color: #8BB9BE;
}
.BgClassName
{
background-color: #8BB9BE;
}
</style>
border-color css
<style>
span { border-color: #8BB9BE; }
span { border-color: rgb(139,185,190); }
td.TdClassName
{
border-color: #8BB9BE;
}
.TagClassName
{
border-color: #8BB9BE;
}
</style>