Shades of Bermuda #90CEBB
Tints of Bermuda #90CEBB
RGB
CMYK
RGB Variations
Color information
#90CEBB (or 0x90CEBB) is known color: Bermuda. HEX triplet: 90, CE and BB. RGB value is (144,206,187). Sum of RGB (Red+Green+Blue) = 144+206+187=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEBB is #6F3144. Grayscale: #B9B9B9. Windows color (decimal): -7287109 or 12308112. OLE color: 12308112.
HSL color Cylindrical-coordinate representation of color #90CEBB: hue angle of 161.61º 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 #90CEBB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 187 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.19 |
| HSL | 161.61º | 0.39% | 0.69% | - |
| HSV(B) | 161.61º | 0.3% | 0.81% | - |
| XYZ | 42.54 | 53.66 | 55.13 | - |
| YUV | 185.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 187 | 0.30 | 0 | 0.09 | 0.19 | 161.61 | 0.39 | 0.69 |
| Hex | 90 | CE | BB | 1E | 0 | 9 | 13 | A2 | 27 | 45 |
| Octal | 220 | 316 | 273 | 36 | 0 | 11 | 23 | 242 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10111011 | 11110 | 0 | 1001 | 10011 | 10100010 | 100111 | 1000101 |
Color Harmonies of #90CEBB
Complementary color
Monochromatic Colors of #90CEBB
Black with #90CEBB
Text Example
Text Example
White with #90CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEBB; }
p { color: rgb(144,206,187); }
H1.HeaderClassName
{
color: #90CEBB;
}
.AnyTagClassName
{
color: #90CEBB;
}
</style>
background-color css
<style>
a { background-color: #90CEBB; }
a { background-color: rgb(144,206,187); }
div.DivClassName
{
background-color: #90CEBB;
}
.BgClassName
{
background-color: #90CEBB;
}
</style>
border-color css
<style>
span { border-color: #90CEBB; }
span { border-color: rgb(144,206,187); }
td.TdClassName
{
border-color: #90CEBB;
}
.TagClassName
{
border-color: #90CEBB;
}
</style>