Shades of Bali Hai #90A2AA
Tints of Bali Hai #90A2AA
RGB
CMYK
RGB Variations
Color information
#90A2AA (or 0x90A2AA) is known color: Bali Hai. HEX triplet: 90, A2 and AA. RGB value is (144,162,170). Sum of RGB (Red+Green+Blue) = 144+162+170=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #90A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A2AA is #6F5D55. Grayscale: #9D9D9D. Windows color (decimal): -7298390 or 11182736. OLE color: 11182736.
HSL color Cylindrical-coordinate representation of color #90A2AA: hue angle of 198.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A2AA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 162 | 170 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.33 |
| HSL | 198.46º | 0.13% | 0.62% | - |
| HSV(B) | 198.46º | 0.15% | 0.67% | - |
| XYZ | 31.68 | 34.67 | 43.05 | - |
| YUV | 157.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 170 | 0.15 | 0.05 | 0 | 0.33 | 198.46 | 0.13 | 0.62 |
| Hex | 90 | A2 | AA | F | 5 | 0 | 21 | C6 | D | 3E |
| Octal | 220 | 242 | 252 | 17 | 5 | 0 | 41 | 306 | 15 | 76 |
| Binary | 10010000 | 10100010 | 10101010 | 1111 | 101 | 0 | 100001 | 11000110 | 1101 | 111110 |
Color Harmonies of #90A2AA
Complementary color
Monochromatic Colors of #90A2AA
Black with #90A2AA
Text Example
Text Example
White with #90A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A2AA; }
p { color: rgb(144,162,170); }
H1.HeaderClassName
{
color: #90A2AA;
}
.AnyTagClassName
{
color: #90A2AA;
}
</style>
background-color css
<style>
a { background-color: #90A2AA; }
a { background-color: rgb(144,162,170); }
div.DivClassName
{
background-color: #90A2AA;
}
.BgClassName
{
background-color: #90A2AA;
}
</style>
border-color css
<style>
span { border-color: #90A2AA; }
span { border-color: rgb(144,162,170); }
td.TdClassName
{
border-color: #90A2AA;
}
.TagClassName
{
border-color: #90A2AA;
}
</style>