Shades of Bermuda #90CDBC
Tints of Bermuda #90CDBC
RGB
CMYK
RGB Variations
Color information
#90CDBC (or 0x90CDBC) is known color: Bermuda. HEX triplet: 90, CD and BC. RGB value is (144,205,188). Sum of RGB (Red+Green+Blue) = 144+205+188=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDBC is #6F3243. Grayscale: #B8B8B8. Windows color (decimal): -7287364 or 12373392. OLE color: 12373392.
HSL color Cylindrical-coordinate representation of color #90CDBC: hue angle of 163.28º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDBC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 188 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.20 |
| HSL | 163.28º | 0.38% | 0.68% | - |
| HSV(B) | 163.28º | 0.3% | 0.8% | - |
| XYZ | 42.41 | 53.22 | 55.61 | - |
| YUV | 184.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 188 | 0.30 | 0 | 0.08 | 0.20 | 163.28 | 0.38 | 0.68 |
| Hex | 90 | CD | BC | 1E | 0 | 8 | 14 | A3 | 26 | 44 |
| Octal | 220 | 315 | 274 | 36 | 0 | 10 | 24 | 243 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10111100 | 11110 | 0 | 1000 | 10100 | 10100011 | 100110 | 1000100 |
Color Harmonies of #90CDBC
Complementary color
Monochromatic Colors of #90CDBC
Black with #90CDBC
Text Example
Text Example
White with #90CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDBC; }
p { color: rgb(144,205,188); }
H1.HeaderClassName
{
color: #90CDBC;
}
.AnyTagClassName
{
color: #90CDBC;
}
</style>
background-color css
<style>
a { background-color: #90CDBC; }
a { background-color: rgb(144,205,188); }
div.DivClassName
{
background-color: #90CDBC;
}
.BgClassName
{
background-color: #90CDBC;
}
</style>
border-color css
<style>
span { border-color: #90CDBC; }
span { border-color: rgb(144,205,188); }
td.TdClassName
{
border-color: #90CDBC;
}
.TagClassName
{
border-color: #90CDBC;
}
</style>