Shades of Bermuda #8DCBC2
Tints of Bermuda #8DCBC2
RGB
CMYK
RGB Variations
Color information
#8DCBC2 (or 0x8DCBC2) is known color: Bermuda. HEX triplet: 8D, CB and C2. RGB value is (141,203,194). Sum of RGB (Red+Green+Blue) = 141+203+194=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBC2 is #72343D. Grayscale: #B7B7B7. Windows color (decimal): -7484478 or 12766093. OLE color: 12766093.
HSL color Cylindrical-coordinate representation of color #8DCBC2: hue angle of 171.29º 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 #8DCBC2 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 194 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.20 |
| HSL | 171.29º | 0.37% | 0.67% | - |
| HSV(B) | 171.29º | 0.31% | 0.8% | - |
| XYZ | 42.08 | 52.27 | 58.91 | - |
| YUV | 183.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 194 | 0.31 | 0 | 0.04 | 0.20 | 171.29 | 0.37 | 0.67 |
| Hex | 8D | CB | C2 | 1F | 0 | 4 | 14 | AB | 25 | 43 |
| Octal | 215 | 313 | 302 | 37 | 0 | 4 | 24 | 253 | 45 | 103 |
| Binary | 10001101 | 11001011 | 11000010 | 11111 | 0 | 100 | 10100 | 10101011 | 100101 | 1000011 |
Color Harmonies of #8DCBC2
Complementary color
Monochromatic Colors of #8DCBC2
Black with #8DCBC2
Text Example
Text Example
White with #8DCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBC2; }
p { color: rgb(141,203,194); }
H1.HeaderClassName
{
color: #8DCBC2;
}
.AnyTagClassName
{
color: #8DCBC2;
}
</style>
background-color css
<style>
a { background-color: #8DCBC2; }
a { background-color: rgb(141,203,194); }
div.DivClassName
{
background-color: #8DCBC2;
}
.BgClassName
{
background-color: #8DCBC2;
}
</style>
border-color css
<style>
span { border-color: #8DCBC2; }
span { border-color: rgb(141,203,194); }
td.TdClassName
{
border-color: #8DCBC2;
}
.TagClassName
{
border-color: #8DCBC2;
}
</style>