Shades of Bermuda #8DD6BC
Tints of Bermuda #8DD6BC
RGB
CMYK
RGB Variations
Color information
#8DD6BC (or 0x8DD6BC) is known color: Bermuda. HEX triplet: 8D, D6 and BC. RGB value is (141,214,188). Sum of RGB (Red+Green+Blue) = 141+214+188=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD6BC is #722943. Grayscale: #BDBDBD. Windows color (decimal): -7481668 or 12375693. OLE color: 12375693.
HSL color Cylindrical-coordinate representation of color #8DD6BC: hue angle of 158.63º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD6BC is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 188 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.16 |
| HSL | 158.63º | 0.47% | 0.7% | - |
| HSV(B) | 158.63º | 0.34% | 0.84% | - |
| XYZ | 44.11 | 57.39 | 56.33 | - |
| YUV | 189.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 188 | 0.34 | 0 | 0.12 | 0.16 | 158.63 | 0.47 | 0.7 |
| Hex | 8D | D6 | BC | 22 | 0 | C | 10 | 9F | 2F | 46 |
| Octal | 215 | 326 | 274 | 42 | 0 | 14 | 20 | 237 | 57 | 106 |
| Binary | 10001101 | 11010110 | 10111100 | 100010 | 0 | 1100 | 10000 | 10011111 | 101111 | 1000110 |
Color Harmonies of #8DD6BC
Complementary color
Monochromatic Colors of #8DD6BC
Black with #8DD6BC
Text Example
Text Example
White with #8DD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD6BC; }
p { color: rgb(141,214,188); }
H1.HeaderClassName
{
color: #8DD6BC;
}
.AnyTagClassName
{
color: #8DD6BC;
}
</style>
background-color css
<style>
a { background-color: #8DD6BC; }
a { background-color: rgb(141,214,188); }
div.DivClassName
{
background-color: #8DD6BC;
}
.BgClassName
{
background-color: #8DD6BC;
}
</style>
border-color css
<style>
span { border-color: #8DD6BC; }
span { border-color: rgb(141,214,188); }
td.TdClassName
{
border-color: #8DD6BC;
}
.TagClassName
{
border-color: #8DD6BC;
}
</style>