Shades of Bermuda #90D5BC
Tints of Bermuda #90D5BC
RGB
CMYK
RGB Variations
Color information
#90D5BC (or 0x90D5BC) is known color: Bermuda. HEX triplet: 90, D5 and BC. RGB value is (144,213,188). Sum of RGB (Red+Green+Blue) = 144+213+188=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #90D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D5BC is #6F2A43. Grayscale: #BDBDBD. Windows color (decimal): -7285316 or 12375440. OLE color: 12375440.
HSL color Cylindrical-coordinate representation of color #90D5BC: hue angle of 158.26º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D5BC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 188 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.16 |
| HSL | 158.26º | 0.45% | 0.7% | - |
| HSV(B) | 158.26º | 0.32% | 0.84% | - |
| XYZ | 44.37 | 57.15 | 56.27 | - |
| YUV | 189.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 188 | 0.32 | 0 | 0.12 | 0.16 | 158.26 | 0.45 | 0.7 |
| Hex | 90 | D5 | BC | 20 | 0 | C | 10 | 9E | 2D | 46 |
| Octal | 220 | 325 | 274 | 40 | 0 | 14 | 20 | 236 | 55 | 106 |
| Binary | 10010000 | 11010101 | 10111100 | 100000 | 0 | 1100 | 10000 | 10011110 | 101101 | 1000110 |
Color Harmonies of #90D5BC
Complementary color
Monochromatic Colors of #90D5BC
Black with #90D5BC
Text Example
Text Example
White with #90D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D5BC; }
p { color: rgb(144,213,188); }
H1.HeaderClassName
{
color: #90D5BC;
}
.AnyTagClassName
{
color: #90D5BC;
}
</style>
background-color css
<style>
a { background-color: #90D5BC; }
a { background-color: rgb(144,213,188); }
div.DivClassName
{
background-color: #90D5BC;
}
.BgClassName
{
background-color: #90D5BC;
}
</style>
border-color css
<style>
span { border-color: #90D5BC; }
span { border-color: rgb(144,213,188); }
td.TdClassName
{
border-color: #90D5BC;
}
.TagClassName
{
border-color: #90D5BC;
}
</style>