Shades of Bermuda #8DD1BC
Tints of Bermuda #8DD1BC
RGB
CMYK
RGB Variations
Color information
#8DD1BC (or 0x8DD1BC) is known color: Bermuda. HEX triplet: 8D, D1 and BC. RGB value is (141,209,188). Sum of RGB (Red+Green+Blue) = 141+209+188=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD1BC is #722E43. Grayscale: #BABABA. Windows color (decimal): -7482948 or 12374413. OLE color: 12374413.
HSL color Cylindrical-coordinate representation of color #8DD1BC: hue angle of 161.47º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1BC is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 188 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.18 |
| HSL | 161.47º | 0.43% | 0.69% | - |
| HSV(B) | 161.47º | 0.33% | 0.82% | - |
| XYZ | 42.86 | 54.89 | 55.91 | - |
| YUV | 186.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 188 | 0.33 | 0 | 0.10 | 0.18 | 161.47 | 0.43 | 0.69 |
| Hex | 8D | D1 | BC | 21 | 0 | A | 12 | A1 | 2A | 45 |
| Octal | 215 | 321 | 274 | 41 | 0 | 12 | 22 | 241 | 52 | 105 |
| Binary | 10001101 | 11010001 | 10111100 | 100001 | 0 | 1010 | 10010 | 10100001 | 101010 | 1000101 |
Color Harmonies of #8DD1BC
Complementary color
Monochromatic Colors of #8DD1BC
Black with #8DD1BC
Text Example
Text Example
White with #8DD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1BC; }
p { color: rgb(141,209,188); }
H1.HeaderClassName
{
color: #8DD1BC;
}
.AnyTagClassName
{
color: #8DD1BC;
}
</style>
background-color css
<style>
a { background-color: #8DD1BC; }
a { background-color: rgb(141,209,188); }
div.DivClassName
{
background-color: #8DD1BC;
}
.BgClassName
{
background-color: #8DD1BC;
}
</style>
border-color css
<style>
span { border-color: #8DD1BC; }
span { border-color: rgb(141,209,188); }
td.TdClassName
{
border-color: #8DD1BC;
}
.TagClassName
{
border-color: #8DD1BC;
}
</style>