Shades of Bermuda #8BC2BC
Tints of Bermuda #8BC2BC
RGB
CMYK
RGB Variations
Color information
#8BC2BC (or 0x8BC2BC) is known color: Bermuda. HEX triplet: 8B, C2 and BC. RGB value is (139,194,188). Sum of RGB (Red+Green+Blue) = 139+194+188=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2BC is #743D43. Grayscale: #B0B0B0. Windows color (decimal): -7617860 or 12370571. OLE color: 12370571.
HSL color Cylindrical-coordinate representation of color #8BC2BC: hue angle of 173.45º 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 #8BC2BC is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 188 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.24 |
| HSL | 173.45º | 0.31% | 0.65% | - |
| HSV(B) | 173.45º | 0.28% | 0.76% | - |
| XYZ | 39.02 | 47.7 | 54.73 | - |
| YUV | 176.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 188 | 0.28 | 0 | 0.03 | 0.24 | 173.45 | 0.31 | 0.65 |
| Hex | 8B | C2 | BC | 1C | 0 | 3 | 18 | AD | 1F | 41 |
| Octal | 213 | 302 | 274 | 34 | 0 | 3 | 30 | 255 | 37 | 101 |
| Binary | 10001011 | 11000010 | 10111100 | 11100 | 0 | 11 | 11000 | 10101101 | 11111 | 1000001 |
Color Harmonies of #8BC2BC
Complementary color
Monochromatic Colors of #8BC2BC
Black with #8BC2BC
Text Example
Text Example
White with #8BC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2BC; }
p { color: rgb(139,194,188); }
H1.HeaderClassName
{
color: #8BC2BC;
}
.AnyTagClassName
{
color: #8BC2BC;
}
</style>
background-color css
<style>
a { background-color: #8BC2BC; }
a { background-color: rgb(139,194,188); }
div.DivClassName
{
background-color: #8BC2BC;
}
.BgClassName
{
background-color: #8BC2BC;
}
</style>
border-color css
<style>
span { border-color: #8BC2BC; }
span { border-color: rgb(139,194,188); }
td.TdClassName
{
border-color: #8BC2BC;
}
.TagClassName
{
border-color: #8BC2BC;
}
</style>