Shades of Bermuda #8DCBBD
Tints of Bermuda #8DCBBD
RGB
CMYK
RGB Variations
Color information
#8DCBBD (or 0x8DCBBD) is known color: Bermuda. HEX triplet: 8D, CB and BD. RGB value is (141,203,189). Sum of RGB (Red+Green+Blue) = 141+203+189=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBBD is #723442. Grayscale: #B6B6B6. Windows color (decimal): -7484483 or 12438413. OLE color: 12438413.
HSL color Cylindrical-coordinate representation of color #8DCBBD: hue angle of 166.45º 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 #8DCBBD is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 189 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.20 |
| HSL | 166.45º | 0.37% | 0.67% | - |
| HSV(B) | 166.45º | 0.31% | 0.8% | - |
| XYZ | 41.53 | 52.05 | 56 | - |
| YUV | 182.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 189 | 0.31 | 0 | 0.07 | 0.20 | 166.45 | 0.37 | 0.67 |
| Hex | 8D | CB | BD | 1F | 0 | 7 | 14 | A6 | 25 | 43 |
| Octal | 215 | 313 | 275 | 37 | 0 | 7 | 24 | 246 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10111101 | 11111 | 0 | 111 | 10100 | 10100110 | 100101 | 1000011 |
Color Harmonies of #8DCBBD
Complementary color
Monochromatic Colors of #8DCBBD
Black with #8DCBBD
Text Example
Text Example
White with #8DCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBBD; }
p { color: rgb(141,203,189); }
H1.HeaderClassName
{
color: #8DCBBD;
}
.AnyTagClassName
{
color: #8DCBBD;
}
</style>
background-color css
<style>
a { background-color: #8DCBBD; }
a { background-color: rgb(141,203,189); }
div.DivClassName
{
background-color: #8DCBBD;
}
.BgClassName
{
background-color: #8DCBBD;
}
</style>
border-color css
<style>
span { border-color: #8DCBBD; }
span { border-color: rgb(141,203,189); }
td.TdClassName
{
border-color: #8DCBBD;
}
.TagClassName
{
border-color: #8DCBBD;
}
</style>