Shades of Bermuda #8BD3BC
Tints of Bermuda #8BD3BC
RGB
CMYK
RGB Variations
Color information
#8BD3BC (or 0x8BD3BC) is known color: Bermuda. HEX triplet: 8B, D3 and BC. RGB value is (139,211,188). Sum of RGB (Red+Green+Blue) = 139+211+188=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD3BC is #742C43. Grayscale: #BABABA. Windows color (decimal): -7613508 or 12374923. OLE color: 12374923.
HSL color Cylindrical-coordinate representation of color #8BD3BC: hue angle of 160.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD3BC is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 188 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.17 |
| HSL | 160.83º | 0.45% | 0.69% | - |
| HSV(B) | 160.83º | 0.34% | 0.83% | - |
| XYZ | 43.02 | 55.71 | 56.06 | - |
| YUV | 186.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 188 | 0.34 | 0 | 0.11 | 0.17 | 160.83 | 0.45 | 0.69 |
| Hex | 8B | D3 | BC | 22 | 0 | B | 11 | A1 | 2D | 45 |
| Octal | 213 | 323 | 274 | 42 | 0 | 13 | 21 | 241 | 55 | 105 |
| Binary | 10001011 | 11010011 | 10111100 | 100010 | 0 | 1011 | 10001 | 10100001 | 101101 | 1000101 |
Color Harmonies of #8BD3BC
Complementary color
Monochromatic Colors of #8BD3BC
Black with #8BD3BC
Text Example
Text Example
White with #8BD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD3BC; }
p { color: rgb(139,211,188); }
H1.HeaderClassName
{
color: #8BD3BC;
}
.AnyTagClassName
{
color: #8BD3BC;
}
</style>
background-color css
<style>
a { background-color: #8BD3BC; }
a { background-color: rgb(139,211,188); }
div.DivClassName
{
background-color: #8BD3BC;
}
.BgClassName
{
background-color: #8BD3BC;
}
</style>
border-color css
<style>
span { border-color: #8BD3BC; }
span { border-color: rgb(139,211,188); }
td.TdClassName
{
border-color: #8BD3BC;
}
.TagClassName
{
border-color: #8BD3BC;
}
</style>