Shades of Botticelli #8BBBBE
Tints of Botticelli #8BBBBE
RGB
CMYK
RGB Variations
Color information
#8BBBBE (or 0x8BBBBE) is known color: Botticelli. HEX triplet: 8B, BB and BE. RGB value is (139,187,190). Sum of RGB (Red+Green+Blue) = 139+187+190=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBBE is #744441. Grayscale: #ACACAC. Windows color (decimal): -7619650 or 12499851. OLE color: 12499851.
HSL color Cylindrical-coordinate representation of color #8BBBBE: hue angle of 183.53º 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 #8BBBBE is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 187 | 190 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.25 |
| HSL | 183.53º | 0.28% | 0.65% | - |
| HSV(B) | 183.53º | 0.27% | 0.75% | - |
| XYZ | 37.71 | 44.75 | 55.36 | - |
| YUV | 172.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 190 | 0.27 | 0.02 | 0 | 0.25 | 183.53 | 0.28 | 0.65 |
| Hex | 8B | BB | BE | 1B | 2 | 0 | 19 | B8 | 1C | 41 |
| Octal | 213 | 273 | 276 | 33 | 2 | 0 | 31 | 270 | 34 | 101 |
| Binary | 10001011 | 10111011 | 10111110 | 11011 | 10 | 0 | 11001 | 10111000 | 11100 | 1000001 |
Color Harmonies of #8BBBBE
Complementary color
Monochromatic Colors of #8BBBBE
Black with #8BBBBE
Text Example
Text Example
White with #8BBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBBE; }
p { color: rgb(139,187,190); }
H1.HeaderClassName
{
color: #8BBBBE;
}
.AnyTagClassName
{
color: #8BBBBE;
}
</style>
background-color css
<style>
a { background-color: #8BBBBE; }
a { background-color: rgb(139,187,190); }
div.DivClassName
{
background-color: #8BBBBE;
}
.BgClassName
{
background-color: #8BBBBE;
}
</style>
border-color css
<style>
span { border-color: #8BBBBE; }
span { border-color: rgb(139,187,190); }
td.TdClassName
{
border-color: #8BBBBE;
}
.TagClassName
{
border-color: #8BBBBE;
}
</style>