Shades of Bermuda #90CBBC
Tints of Bermuda #90CBBC
RGB
CMYK
RGB Variations
Color information
#90CBBC (or 0x90CBBC) is known color: Bermuda. HEX triplet: 90, CB and BC. RGB value is (144,203,188). Sum of RGB (Red+Green+Blue) = 144+203+188=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBBC is #6F3443. Grayscale: #B7B7B7. Windows color (decimal): -7287876 or 12372880. OLE color: 12372880.
HSL color Cylindrical-coordinate representation of color #90CBBC: hue angle of 164.75º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CBBC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 188 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.20 |
| HSL | 164.75º | 0.36% | 0.68% | - |
| HSV(B) | 164.75º | 0.29% | 0.8% | - |
| XYZ | 41.93 | 52.27 | 55.46 | - |
| YUV | 183.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 188 | 0.29 | 0 | 0.07 | 0.20 | 164.75 | 0.36 | 0.68 |
| Hex | 90 | CB | BC | 1D | 0 | 7 | 14 | A5 | 24 | 44 |
| Octal | 220 | 313 | 274 | 35 | 0 | 7 | 24 | 245 | 44 | 104 |
| Binary | 10010000 | 11001011 | 10111100 | 11101 | 0 | 111 | 10100 | 10100101 | 100100 | 1000100 |
Color Harmonies of #90CBBC
Complementary color
Monochromatic Colors of #90CBBC
Black with #90CBBC
Text Example
Text Example
White with #90CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBBC; }
p { color: rgb(144,203,188); }
H1.HeaderClassName
{
color: #90CBBC;
}
.AnyTagClassName
{
color: #90CBBC;
}
</style>
background-color css
<style>
a { background-color: #90CBBC; }
a { background-color: rgb(144,203,188); }
div.DivClassName
{
background-color: #90CBBC;
}
.BgClassName
{
background-color: #90CBBC;
}
</style>
border-color css
<style>
span { border-color: #90CBBC; }
span { border-color: rgb(144,203,188); }
td.TdClassName
{
border-color: #90CBBC;
}
.TagClassName
{
border-color: #90CBBC;
}
</style>