Shades of Bermuda #8DCCBC
Tints of Bermuda #8DCCBC
RGB
CMYK
RGB Variations
Color information
#8DCCBC (or 0x8DCCBC) is known color: Bermuda. HEX triplet: 8D, CC and BC. RGB value is (141,204,188). Sum of RGB (Red+Green+Blue) = 141+204+188=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCBC is #723343. Grayscale: #B7B7B7. Windows color (decimal): -7484228 or 12373133. OLE color: 12373133.
HSL color Cylindrical-coordinate representation of color #8DCCBC: hue angle of 164.76º 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 #8DCCBC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 188 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.2 |
| HSL | 164.76º | 0.38% | 0.68% | - |
| HSV(B) | 164.76º | 0.31% | 0.8% | - |
| XYZ | 41.65 | 52.48 | 55.51 | - |
| YUV | 183.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 188 | 0.31 | 0 | 0.08 | 0.2 | 164.76 | 0.38 | 0.68 |
| Hex | 8D | CC | BC | 1F | 0 | 8 | 14 | A5 | 26 | 44 |
| Octal | 215 | 314 | 274 | 37 | 0 | 10 | 24 | 245 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10111100 | 11111 | 0 | 1000 | 10100 | 10100101 | 100110 | 1000100 |
Color Harmonies of #8DCCBC
Complementary color
Monochromatic Colors of #8DCCBC
Black with #8DCCBC
Text Example
Text Example
White with #8DCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCBC; }
p { color: rgb(141,204,188); }
H1.HeaderClassName
{
color: #8DCCBC;
}
.AnyTagClassName
{
color: #8DCCBC;
}
</style>
background-color css
<style>
a { background-color: #8DCCBC; }
a { background-color: rgb(141,204,188); }
div.DivClassName
{
background-color: #8DCCBC;
}
.BgClassName
{
background-color: #8DCCBC;
}
</style>
border-color css
<style>
span { border-color: #8DCCBC; }
span { border-color: rgb(141,204,188); }
td.TdClassName
{
border-color: #8DCCBC;
}
.TagClassName
{
border-color: #8DCCBC;
}
</style>