Shades of Bermuda #8DCBC9
Tints of Bermuda #8DCBC9
RGB
CMYK
RGB Variations
Color information
#8DCBC9 (or 0x8DCBC9) is known color: Bermuda. HEX triplet: 8D, CB and C9. RGB value is (141,203,201). Sum of RGB (Red+Green+Blue) = 141+203+201=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBC9 is #723436. Grayscale: #B8B8B8. Windows color (decimal): -7484471 or 13224845. OLE color: 13224845.
HSL color Cylindrical-coordinate representation of color #8DCBC9: hue angle of 178.06º 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 #8DCBC9 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 201 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.20 |
| HSL | 178.06º | 0.37% | 0.67% | - |
| HSV(B) | 178.06º | 0.31% | 0.8% | - |
| XYZ | 42.88 | 52.59 | 63.15 | - |
| YUV | 184.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 201 | 0.31 | 0 | 0.01 | 0.20 | 178.06 | 0.37 | 0.67 |
| Hex | 8D | CB | C9 | 1F | 0 | 1 | 14 | B2 | 25 | 43 |
| Octal | 215 | 313 | 311 | 37 | 0 | 1 | 24 | 262 | 45 | 103 |
| Binary | 10001101 | 11001011 | 11001001 | 11111 | 0 | 1 | 10100 | 10110010 | 100101 | 1000011 |
Color Harmonies of #8DCBC9
Complementary color
Monochromatic Colors of #8DCBC9
Black with #8DCBC9
Text Example
Text Example
White with #8DCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBC9; }
p { color: rgb(141,203,201); }
H1.HeaderClassName
{
color: #8DCBC9;
}
.AnyTagClassName
{
color: #8DCBC9;
}
</style>
background-color css
<style>
a { background-color: #8DCBC9; }
a { background-color: rgb(141,203,201); }
div.DivClassName
{
background-color: #8DCBC9;
}
.BgClassName
{
background-color: #8DCBC9;
}
</style>
border-color css
<style>
span { border-color: #8DCBC9; }
span { border-color: rgb(141,203,201); }
td.TdClassName
{
border-color: #8DCBC9;
}
.TagClassName
{
border-color: #8DCBC9;
}
</style>