Shades of Bermuda #8BC2BB
Tints of Bermuda #8BC2BB
RGB
CMYK
RGB Variations
Color information
#8BC2BB (or 0x8BC2BB) is known color: Bermuda. HEX triplet: 8B, C2 and BB. RGB value is (139,194,187). Sum of RGB (Red+Green+Blue) = 139+194+187=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2BB is #743D44. Grayscale: #B0B0B0. Windows color (decimal): -7617861 or 12305035. OLE color: 12305035.
HSL color Cylindrical-coordinate representation of color #8BC2BB: hue angle of 172.36º 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 #8BC2BB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 187 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.24 |
| HSL | 172.36º | 0.31% | 0.65% | - |
| HSV(B) | 172.36º | 0.28% | 0.76% | - |
| XYZ | 38.91 | 47.66 | 54.16 | - |
| YUV | 176.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 187 | 0.28 | 0 | 0.04 | 0.24 | 172.36 | 0.31 | 0.65 |
| Hex | 8B | C2 | BB | 1C | 0 | 4 | 18 | AC | 1F | 41 |
| Octal | 213 | 302 | 273 | 34 | 0 | 4 | 30 | 254 | 37 | 101 |
| Binary | 10001011 | 11000010 | 10111011 | 11100 | 0 | 100 | 11000 | 10101100 | 11111 | 1000001 |
Color Harmonies of #8BC2BB
Complementary color
Monochromatic Colors of #8BC2BB
Black with #8BC2BB
Text Example
Text Example
White with #8BC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2BB; }
p { color: rgb(139,194,187); }
H1.HeaderClassName
{
color: #8BC2BB;
}
.AnyTagClassName
{
color: #8BC2BB;
}
</style>
background-color css
<style>
a { background-color: #8BC2BB; }
a { background-color: rgb(139,194,187); }
div.DivClassName
{
background-color: #8BC2BB;
}
.BgClassName
{
background-color: #8BC2BB;
}
</style>
border-color css
<style>
span { border-color: #8BC2BB; }
span { border-color: rgb(139,194,187); }
td.TdClassName
{
border-color: #8BC2BB;
}
.TagClassName
{
border-color: #8BC2BB;
}
</style>