Shades of Bermuda #8BCEBC
Tints of Bermuda #8BCEBC
RGB
CMYK
RGB Variations
Color information
#8BCEBC (or 0x8BCEBC) is known color: Bermuda. HEX triplet: 8B, CE and BC. RGB value is (139,206,188). Sum of RGB (Red+Green+Blue) = 139+206+188=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEBC is #743143. Grayscale: #B7B7B7. Windows color (decimal): -7614788 or 12373643. OLE color: 12373643.
HSL color Cylindrical-coordinate representation of color #8BCEBC: hue angle of 163.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEBC is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 188 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.19 |
| HSL | 163.88º | 0.41% | 0.68% | - |
| HSV(B) | 163.88º | 0.33% | 0.81% | - |
| XYZ | 41.8 | 53.26 | 55.65 | - |
| YUV | 183.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 188 | 0.33 | 0 | 0.09 | 0.19 | 163.88 | 0.41 | 0.68 |
| Hex | 8B | CE | BC | 21 | 0 | 9 | 13 | A4 | 29 | 44 |
| Octal | 213 | 316 | 274 | 41 | 0 | 11 | 23 | 244 | 51 | 104 |
| Binary | 10001011 | 11001110 | 10111100 | 100001 | 0 | 1001 | 10011 | 10100100 | 101001 | 1000100 |
Color Harmonies of #8BCEBC
Complementary color
Monochromatic Colors of #8BCEBC
Black with #8BCEBC
Text Example
Text Example
White with #8BCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEBC; }
p { color: rgb(139,206,188); }
H1.HeaderClassName
{
color: #8BCEBC;
}
.AnyTagClassName
{
color: #8BCEBC;
}
</style>
background-color css
<style>
a { background-color: #8BCEBC; }
a { background-color: rgb(139,206,188); }
div.DivClassName
{
background-color: #8BCEBC;
}
.BgClassName
{
background-color: #8BCEBC;
}
</style>
border-color css
<style>
span { border-color: #8BCEBC; }
span { border-color: rgb(139,206,188); }
td.TdClassName
{
border-color: #8BCEBC;
}
.TagClassName
{
border-color: #8BCEBC;
}
</style>