Shades of Botticelli #8BB4BE
Tints of Botticelli #8BB4BE
RGB
CMYK
RGB Variations
Color information
#8BB4BE (or 0x8BB4BE) is known color: Botticelli. HEX triplet: 8B, B4 and BE. RGB value is (139,180,190). Sum of RGB (Red+Green+Blue) = 139+180+190=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4BE is #744B41. Grayscale: #A8A8A8. Windows color (decimal): -7621442 or 12498059. OLE color: 12498059.
HSL color Cylindrical-coordinate representation of color #8BB4BE: hue angle of 191.76º 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 #8BB4BE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 180 | 190 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.25 |
| HSL | 191.76º | 0.28% | 0.65% | - |
| HSV(B) | 191.76º | 0.27% | 0.75% | - |
| XYZ | 36.26 | 41.85 | 54.88 | - |
| YUV | 168.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 190 | 0.27 | 0.05 | 0 | 0.25 | 191.76 | 0.28 | 0.65 |
| Hex | 8B | B4 | BE | 1B | 5 | 0 | 19 | C0 | 1C | 41 |
| Octal | 213 | 264 | 276 | 33 | 5 | 0 | 31 | 300 | 34 | 101 |
| Binary | 10001011 | 10110100 | 10111110 | 11011 | 101 | 0 | 11001 | 11000000 | 11100 | 1000001 |
Color Harmonies of #8BB4BE
Complementary color
Monochromatic Colors of #8BB4BE
Black with #8BB4BE
Text Example
Text Example
White with #8BB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4BE; }
p { color: rgb(139,180,190); }
H1.HeaderClassName
{
color: #8BB4BE;
}
.AnyTagClassName
{
color: #8BB4BE;
}
</style>
background-color css
<style>
a { background-color: #8BB4BE; }
a { background-color: rgb(139,180,190); }
div.DivClassName
{
background-color: #8BB4BE;
}
.BgClassName
{
background-color: #8BB4BE;
}
</style>
border-color css
<style>
span { border-color: #8BB4BE; }
span { border-color: rgb(139,180,190); }
td.TdClassName
{
border-color: #8BB4BE;
}
.TagClassName
{
border-color: #8BB4BE;
}
</style>