Shades of Bermuda #8BD6BC
Tints of Bermuda #8BD6BC
RGB
CMYK
RGB Variations
Color information
#8BD6BC (or 0x8BD6BC) is known color: Bermuda. HEX triplet: 8B, D6 and BC. RGB value is (139,214,188). Sum of RGB (Red+Green+Blue) = 139+214+188=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6BC is #742943. Grayscale: #BCBCBC. Windows color (decimal): -7612740 or 12375691. OLE color: 12375691.
HSL color Cylindrical-coordinate representation of color #8BD6BC: hue angle of 159.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6BC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 188 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.16 |
| HSL | 159.2º | 0.48% | 0.69% | - |
| HSV(B) | 159.2º | 0.35% | 0.84% | - |
| XYZ | 43.77 | 57.21 | 56.31 | - |
| YUV | 188.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 188 | 0.35 | 0 | 0.12 | 0.16 | 159.2 | 0.48 | 0.69 |
| Hex | 8B | D6 | BC | 23 | 0 | C | 10 | 9F | 30 | 45 |
| Octal | 213 | 326 | 274 | 43 | 0 | 14 | 20 | 237 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10111100 | 100011 | 0 | 1100 | 10000 | 10011111 | 110000 | 1000101 |
Color Harmonies of #8BD6BC
Complementary color
Monochromatic Colors of #8BD6BC
Black with #8BD6BC
Text Example
Text Example
White with #8BD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6BC; }
p { color: rgb(139,214,188); }
H1.HeaderClassName
{
color: #8BD6BC;
}
.AnyTagClassName
{
color: #8BD6BC;
}
</style>
background-color css
<style>
a { background-color: #8BD6BC; }
a { background-color: rgb(139,214,188); }
div.DivClassName
{
background-color: #8BD6BC;
}
.BgClassName
{
background-color: #8BD6BC;
}
</style>
border-color css
<style>
span { border-color: #8BD6BC; }
span { border-color: rgb(139,214,188); }
td.TdClassName
{
border-color: #8BD6BC;
}
.TagClassName
{
border-color: #8BD6BC;
}
</style>