Shades of Bali Hai #90A0AB
Tints of Bali Hai #90A0AB
RGB
CMYK
RGB Variations
Color information
#90A0AB (or 0x90A0AB) is known color: Bali Hai. HEX triplet: 90, A0 and AB. RGB value is (144,160,171). Sum of RGB (Red+Green+Blue) = 144+160+171=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0AB is #6F5F54. Grayscale: #9C9C9C. Windows color (decimal): -7298901 or 11247760. OLE color: 11247760.
HSL color Cylindrical-coordinate representation of color #90A0AB: hue angle of 204.44º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A0AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 160 | 171 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.33 |
| HSL | 204.44º | 0.14% | 0.62% | - |
| HSV(B) | 204.44º | 0.16% | 0.67% | - |
| XYZ | 31.42 | 34.01 | 43.44 | - |
| YUV | 156.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 171 | 0.16 | 0.06 | 0 | 0.33 | 204.44 | 0.14 | 0.62 |
| Hex | 90 | A0 | AB | 10 | 6 | 0 | 21 | CC | E | 3E |
| Octal | 220 | 240 | 253 | 20 | 6 | 0 | 41 | 314 | 16 | 76 |
| Binary | 10010000 | 10100000 | 10101011 | 10000 | 110 | 0 | 100001 | 11001100 | 1110 | 111110 |
Color Harmonies of #90A0AB
Complementary color
Monochromatic Colors of #90A0AB
Black with #90A0AB
Text Example
Text Example
White with #90A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0AB; }
p { color: rgb(144,160,171); }
H1.HeaderClassName
{
color: #90A0AB;
}
.AnyTagClassName
{
color: #90A0AB;
}
</style>
background-color css
<style>
a { background-color: #90A0AB; }
a { background-color: rgb(144,160,171); }
div.DivClassName
{
background-color: #90A0AB;
}
.BgClassName
{
background-color: #90A0AB;
}
</style>
border-color css
<style>
span { border-color: #90A0AB; }
span { border-color: rgb(144,160,171); }
td.TdClassName
{
border-color: #90A0AB;
}
.TagClassName
{
border-color: #90A0AB;
}
</style>