Shades of Bermuda #8DCCBB
Tints of Bermuda #8DCCBB
RGB
CMYK
RGB Variations
Color information
#8DCCBB (or 0x8DCCBB) is known color: Bermuda. HEX triplet: 8D, CC and BB. RGB value is (141,204,187). Sum of RGB (Red+Green+Blue) = 141+204+187=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCBB is #723344. Grayscale: #B7B7B7. Windows color (decimal): -7484229 or 12307597. OLE color: 12307597.
HSL color Cylindrical-coordinate representation of color #8DCCBB: hue angle of 163.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCBB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 187 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.2 |
| HSL | 163.81º | 0.38% | 0.68% | - |
| HSV(B) | 163.81º | 0.31% | 0.8% | - |
| XYZ | 41.55 | 52.44 | 54.95 | - |
| YUV | 183.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 187 | 0.31 | 0 | 0.08 | 0.2 | 163.81 | 0.38 | 0.68 |
| Hex | 8D | CC | BB | 1F | 0 | 8 | 14 | A4 | 26 | 44 |
| Octal | 215 | 314 | 273 | 37 | 0 | 10 | 24 | 244 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10111011 | 11111 | 0 | 1000 | 10100 | 10100100 | 100110 | 1000100 |
Color Harmonies of #8DCCBB
Complementary color
Monochromatic Colors of #8DCCBB
Black with #8DCCBB
Text Example
Text Example
White with #8DCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCBB; }
p { color: rgb(141,204,187); }
H1.HeaderClassName
{
color: #8DCCBB;
}
.AnyTagClassName
{
color: #8DCCBB;
}
</style>
background-color css
<style>
a { background-color: #8DCCBB; }
a { background-color: rgb(141,204,187); }
div.DivClassName
{
background-color: #8DCCBB;
}
.BgClassName
{
background-color: #8DCCBB;
}
</style>
border-color css
<style>
span { border-color: #8DCCBB; }
span { border-color: rgb(141,204,187); }
td.TdClassName
{
border-color: #8DCCBB;
}
.TagClassName
{
border-color: #8DCCBB;
}
</style>