Shades of Bermuda #90D2BC
Tints of Bermuda #90D2BC
RGB
CMYK
RGB Variations
Color information
#90D2BC (or 0x90D2BC) is known color: Bermuda. HEX triplet: 90, D2 and BC. RGB value is (144,210,188). Sum of RGB (Red+Green+Blue) = 144+210+188=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2BC is #6F2D43. Grayscale: #BBBBBB. Windows color (decimal): -7286084 or 12374672. OLE color: 12374672.
HSL color Cylindrical-coordinate representation of color #90D2BC: hue angle of 160º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D2BC is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 188 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.18 |
| HSL | 160º | 0.42% | 0.69% | - |
| HSV(B) | 160º | 0.31% | 0.82% | - |
| XYZ | 43.63 | 55.65 | 56.02 | - |
| YUV | 187.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 188 | 0.31 | 0 | 0.10 | 0.18 | 160 | 0.42 | 0.69 |
| Hex | 90 | D2 | BC | 1F | 0 | A | 12 | A0 | 2A | 45 |
| Octal | 220 | 322 | 274 | 37 | 0 | 12 | 22 | 240 | 52 | 105 |
| Binary | 10010000 | 11010010 | 10111100 | 11111 | 0 | 1010 | 10010 | 10100000 | 101010 | 1000101 |
Color Harmonies of #90D2BC
Complementary color
Monochromatic Colors of #90D2BC
Black with #90D2BC
Text Example
Text Example
White with #90D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2BC; }
p { color: rgb(144,210,188); }
H1.HeaderClassName
{
color: #90D2BC;
}
.AnyTagClassName
{
color: #90D2BC;
}
</style>
background-color css
<style>
a { background-color: #90D2BC; }
a { background-color: rgb(144,210,188); }
div.DivClassName
{
background-color: #90D2BC;
}
.BgClassName
{
background-color: #90D2BC;
}
</style>
border-color css
<style>
span { border-color: #90D2BC; }
span { border-color: rgb(144,210,188); }
td.TdClassName
{
border-color: #90D2BC;
}
.TagClassName
{
border-color: #90D2BC;
}
</style>