Shades of Bermuda #8DCEBD
Tints of Bermuda #8DCEBD
RGB
CMYK
RGB Variations
Color information
#8DCEBD (or 0x8DCEBD) is known color: Bermuda. HEX triplet: 8D, CE and BD. RGB value is (141,206,189). Sum of RGB (Red+Green+Blue) = 141+206+189=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEBD is #723142. Grayscale: #B8B8B8. Windows color (decimal): -7483715 or 12439181. OLE color: 12439181.
HSL color Cylindrical-coordinate representation of color #8DCEBD: hue angle of 164.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEBD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 189 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.19 |
| HSL | 164.31º | 0.4% | 0.68% | - |
| HSV(B) | 164.31º | 0.32% | 0.81% | - |
| XYZ | 42.24 | 53.48 | 56.24 | - |
| YUV | 184.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 189 | 0.32 | 0 | 0.08 | 0.19 | 164.31 | 0.4 | 0.68 |
| Hex | 8D | CE | BD | 20 | 0 | 8 | 13 | A4 | 28 | 44 |
| Octal | 215 | 316 | 275 | 40 | 0 | 10 | 23 | 244 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10111101 | 100000 | 0 | 1000 | 10011 | 10100100 | 101000 | 1000100 |
Color Harmonies of #8DCEBD
Complementary color
Monochromatic Colors of #8DCEBD
Black with #8DCEBD
Text Example
Text Example
White with #8DCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEBD; }
p { color: rgb(141,206,189); }
H1.HeaderClassName
{
color: #8DCEBD;
}
.AnyTagClassName
{
color: #8DCEBD;
}
</style>
background-color css
<style>
a { background-color: #8DCEBD; }
a { background-color: rgb(141,206,189); }
div.DivClassName
{
background-color: #8DCEBD;
}
.BgClassName
{
background-color: #8DCEBD;
}
</style>
border-color css
<style>
span { border-color: #8DCEBD; }
span { border-color: rgb(141,206,189); }
td.TdClassName
{
border-color: #8DCEBD;
}
.TagClassName
{
border-color: #8DCEBD;
}
</style>