Shades of Bermuda #90CEB9
Tints of Bermuda #90CEB9
RGB
CMYK
RGB Variations
Color information
#90CEB9 (or 0x90CEB9) is known color: Bermuda. HEX triplet: 90, CE and B9. RGB value is (144,206,185). Sum of RGB (Red+Green+Blue) = 144+206+185=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB9 is #6F3146. Grayscale: #B9B9B9. Windows color (decimal): -7287111 or 12177040. OLE color: 12177040.
HSL color Cylindrical-coordinate representation of color #90CEB9: hue angle of 159.68º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEB9 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 185 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.19 |
| HSL | 159.68º | 0.39% | 0.69% | - |
| HSV(B) | 159.68º | 0.3% | 0.81% | - |
| XYZ | 42.33 | 53.57 | 54.01 | - |
| YUV | 185.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 185 | 0.30 | 0 | 0.10 | 0.19 | 159.68 | 0.39 | 0.69 |
| Hex | 90 | CE | B9 | 1E | 0 | A | 13 | A0 | 27 | 45 |
| Octal | 220 | 316 | 271 | 36 | 0 | 12 | 23 | 240 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10111001 | 11110 | 0 | 1010 | 10011 | 10100000 | 100111 | 1000101 |
Color Harmonies of #90CEB9
Complementary color
Monochromatic Colors of #90CEB9
Black with #90CEB9
Text Example
Text Example
White with #90CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEB9; }
p { color: rgb(144,206,185); }
H1.HeaderClassName
{
color: #90CEB9;
}
.AnyTagClassName
{
color: #90CEB9;
}
</style>
background-color css
<style>
a { background-color: #90CEB9; }
a { background-color: rgb(144,206,185); }
div.DivClassName
{
background-color: #90CEB9;
}
.BgClassName
{
background-color: #90CEB9;
}
</style>
border-color css
<style>
span { border-color: #90CEB9; }
span { border-color: rgb(144,206,185); }
td.TdClassName
{
border-color: #90CEB9;
}
.TagClassName
{
border-color: #90CEB9;
}
</style>