Shades of Bermuda #8BC0BE
Tints of Bermuda #8BC0BE
RGB
CMYK
RGB Variations
Color information
#8BC0BE (or 0x8BC0BE) is known color: Bermuda. HEX triplet: 8B, C0 and BE. RGB value is (139,192,190). Sum of RGB (Red+Green+Blue) = 139+192+190=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0BE is #743F41. Grayscale: #AFAFAF. Windows color (decimal): -7618370 or 12501131. OLE color: 12501131.
HSL color Cylindrical-coordinate representation of color #8BC0BE: hue angle of 177.74º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC0BE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 190 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.25 |
| HSL | 177.74º | 0.3% | 0.65% | - |
| HSV(B) | 177.74º | 0.28% | 0.75% | - |
| XYZ | 38.79 | 46.91 | 55.72 | - |
| YUV | 175.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 190 | 0.28 | 0 | 0.01 | 0.25 | 177.74 | 0.3 | 0.65 |
| Hex | 8B | C0 | BE | 1C | 0 | 1 | 19 | B2 | 1E | 41 |
| Octal | 213 | 300 | 276 | 34 | 0 | 1 | 31 | 262 | 36 | 101 |
| Binary | 10001011 | 11000000 | 10111110 | 11100 | 0 | 1 | 11001 | 10110010 | 11110 | 1000001 |
Color Harmonies of #8BC0BE
Complementary color
Monochromatic Colors of #8BC0BE
Black with #8BC0BE
Text Example
Text Example
White with #8BC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0BE; }
p { color: rgb(139,192,190); }
H1.HeaderClassName
{
color: #8BC0BE;
}
.AnyTagClassName
{
color: #8BC0BE;
}
</style>
background-color css
<style>
a { background-color: #8BC0BE; }
a { background-color: rgb(139,192,190); }
div.DivClassName
{
background-color: #8BC0BE;
}
.BgClassName
{
background-color: #8BC0BE;
}
</style>
border-color css
<style>
span { border-color: #8BC0BE; }
span { border-color: rgb(139,192,190); }
td.TdClassName
{
border-color: #8BC0BE;
}
.TagClassName
{
border-color: #8BC0BE;
}
</style>