Shades of Bermuda #85D4BC
Tints of Bermuda #85D4BC
RGB
CMYK
RGB Variations
Color information
#85D4BC (or 0x85D4BC) is known color: Bermuda. HEX triplet: 85, D4 and BC. RGB value is (133,212,188). Sum of RGB (Red+Green+Blue) = 133+212+188=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #85D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D4BC is #7A2B43. Grayscale: #B9B9B9. Windows color (decimal): -8006468 or 12375173. OLE color: 12375173.
HSL color Cylindrical-coordinate representation of color #85D4BC: hue angle of 161.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D4BC is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 188 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.17 |
| HSL | 161.77º | 0.48% | 0.68% | - |
| HSV(B) | 161.77º | 0.37% | 0.83% | - |
| XYZ | 42.29 | 55.7 | 56.1 | - |
| YUV | 185.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 188 | 0.37 | 0 | 0.11 | 0.17 | 161.77 | 0.48 | 0.68 |
| Hex | 85 | D4 | BC | 25 | 0 | B | 11 | A2 | 30 | 44 |
| Octal | 205 | 324 | 274 | 45 | 0 | 13 | 21 | 242 | 60 | 104 |
| Binary | 10000101 | 11010100 | 10111100 | 100101 | 0 | 1011 | 10001 | 10100010 | 110000 | 1000100 |
Color Harmonies of #85D4BC
Complementary color
Monochromatic Colors of #85D4BC
Black with #85D4BC
Text Example
Text Example
White with #85D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D4BC; }
p { color: rgb(133,212,188); }
H1.HeaderClassName
{
color: #85D4BC;
}
.AnyTagClassName
{
color: #85D4BC;
}
</style>
background-color css
<style>
a { background-color: #85D4BC; }
a { background-color: rgb(133,212,188); }
div.DivClassName
{
background-color: #85D4BC;
}
.BgClassName
{
background-color: #85D4BC;
}
</style>
border-color css
<style>
span { border-color: #85D4BC; }
span { border-color: rgb(133,212,188); }
td.TdClassName
{
border-color: #85D4BC;
}
.TagClassName
{
border-color: #85D4BC;
}
</style>