Shades of Bermuda #8DCBB6
Tints of Bermuda #8DCBB6
RGB
CMYK
RGB Variations
Color information
#8DCBB6 (or 0x8DCBB6) is known color: Bermuda. HEX triplet: 8D, CB and B6. RGB value is (141,203,182). Sum of RGB (Red+Green+Blue) = 141+203+182=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBB6 is #723449. Grayscale: #B6B6B6. Windows color (decimal): -7484490 or 11979661. OLE color: 11979661.
HSL color Cylindrical-coordinate representation of color #8DCBB6: hue angle of 159.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBB6 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 182 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.20 |
| HSL | 159.68º | 0.37% | 0.67% | - |
| HSV(B) | 159.68º | 0.31% | 0.8% | - |
| XYZ | 40.78 | 51.75 | 52.1 | - |
| YUV | 182.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 182 | 0.31 | 0 | 0.10 | 0.20 | 159.68 | 0.37 | 0.67 |
| Hex | 8D | CB | B6 | 1F | 0 | A | 14 | A0 | 25 | 43 |
| Octal | 215 | 313 | 266 | 37 | 0 | 12 | 24 | 240 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10110110 | 11111 | 0 | 1010 | 10100 | 10100000 | 100101 | 1000011 |
Color Harmonies of #8DCBB6
Complementary color
Monochromatic Colors of #8DCBB6
Black with #8DCBB6
Text Example
Text Example
White with #8DCBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBB6; }
p { color: rgb(141,203,182); }
H1.HeaderClassName
{
color: #8DCBB6;
}
.AnyTagClassName
{
color: #8DCBB6;
}
</style>
background-color css
<style>
a { background-color: #8DCBB6; }
a { background-color: rgb(141,203,182); }
div.DivClassName
{
background-color: #8DCBB6;
}
.BgClassName
{
background-color: #8DCBB6;
}
</style>
border-color css
<style>
span { border-color: #8DCBB6; }
span { border-color: rgb(141,203,182); }
td.TdClassName
{
border-color: #8DCBB6;
}
.TagClassName
{
border-color: #8DCBB6;
}
</style>