Shades of Bermuda #8BC2BF
Tints of Bermuda #8BC2BF
RGB
CMYK
RGB Variations
Color information
#8BC2BF (or 0x8BC2BF) is known color: Bermuda. HEX triplet: 8B, C2 and BF. RGB value is (139,194,191). Sum of RGB (Red+Green+Blue) = 139+194+191=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2BF is #743D40. Grayscale: #B1B1B1. Windows color (decimal): -7617857 or 12567179. OLE color: 12567179.
HSL color Cylindrical-coordinate representation of color #8BC2BF: hue angle of 176.73º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC2BF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 191 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.24 |
| HSL | 176.73º | 0.31% | 0.65% | - |
| HSV(B) | 176.73º | 0.28% | 0.76% | - |
| XYZ | 39.34 | 47.83 | 56.45 | - |
| YUV | 177.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 191 | 0.28 | 0 | 0.02 | 0.24 | 176.73 | 0.31 | 0.65 |
| Hex | 8B | C2 | BF | 1C | 0 | 2 | 18 | B1 | 1F | 41 |
| Octal | 213 | 302 | 277 | 34 | 0 | 2 | 30 | 261 | 37 | 101 |
| Binary | 10001011 | 11000010 | 10111111 | 11100 | 0 | 10 | 11000 | 10110001 | 11111 | 1000001 |
Color Harmonies of #8BC2BF
Complementary color
Monochromatic Colors of #8BC2BF
Black with #8BC2BF
Text Example
Text Example
White with #8BC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2BF; }
p { color: rgb(139,194,191); }
H1.HeaderClassName
{
color: #8BC2BF;
}
.AnyTagClassName
{
color: #8BC2BF;
}
</style>
background-color css
<style>
a { background-color: #8BC2BF; }
a { background-color: rgb(139,194,191); }
div.DivClassName
{
background-color: #8BC2BF;
}
.BgClassName
{
background-color: #8BC2BF;
}
</style>
border-color css
<style>
span { border-color: #8BC2BF; }
span { border-color: rgb(139,194,191); }
td.TdClassName
{
border-color: #8BC2BF;
}
.TagClassName
{
border-color: #8BC2BF;
}
</style>