Shades of Bermuda #8DCEBA
Tints of Bermuda #8DCEBA
RGB
CMYK
RGB Variations
Color information
#8DCEBA (or 0x8DCEBA) is known color: Bermuda. HEX triplet: 8D, CE and BA. RGB value is (141,206,186). Sum of RGB (Red+Green+Blue) = 141+206+186=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEBA is #723145. Grayscale: #B8B8B8. Windows color (decimal): -7483718 or 12242573. OLE color: 12242573.
HSL color Cylindrical-coordinate representation of color #8DCEBA: hue angle of 161.54º 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 #8DCEBA is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 186 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.19 |
| HSL | 161.54º | 0.4% | 0.68% | - |
| HSV(B) | 161.54º | 0.32% | 0.81% | - |
| XYZ | 41.92 | 53.35 | 54.54 | - |
| YUV | 184.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 186 | 0.32 | 0 | 0.10 | 0.19 | 161.54 | 0.4 | 0.68 |
| Hex | 8D | CE | BA | 20 | 0 | A | 13 | A2 | 28 | 44 |
| Octal | 215 | 316 | 272 | 40 | 0 | 12 | 23 | 242 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10111010 | 100000 | 0 | 1010 | 10011 | 10100010 | 101000 | 1000100 |
Color Harmonies of #8DCEBA
Complementary color
Monochromatic Colors of #8DCEBA
Black with #8DCEBA
Text Example
Text Example
White with #8DCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEBA; }
p { color: rgb(141,206,186); }
H1.HeaderClassName
{
color: #8DCEBA;
}
.AnyTagClassName
{
color: #8DCEBA;
}
</style>
background-color css
<style>
a { background-color: #8DCEBA; }
a { background-color: rgb(141,206,186); }
div.DivClassName
{
background-color: #8DCEBA;
}
.BgClassName
{
background-color: #8DCEBA;
}
</style>
border-color css
<style>
span { border-color: #8DCEBA; }
span { border-color: rgb(141,206,186); }
td.TdClassName
{
border-color: #8DCEBA;
}
.TagClassName
{
border-color: #8DCEBA;
}
</style>