Shades of Bali Hai #90A1AD
Tints of Bali Hai #90A1AD
RGB
CMYK
RGB Variations
Color information
#90A1AD (or 0x90A1AD) is known color: Bali Hai. HEX triplet: 90, A1 and AD. RGB value is (144,161,173). Sum of RGB (Red+Green+Blue) = 144+161+173=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A1AD is #6F5E52. Grayscale: #9D9D9D. Windows color (decimal): -7298643 or 11379088. OLE color: 11379088.
HSL color Cylindrical-coordinate representation of color #90A1AD: hue angle of 204.83º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90A1AD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 161 | 173 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.32 |
| HSL | 204.83º | 0.15% | 0.62% | - |
| HSV(B) | 204.83º | 0.17% | 0.68% | - |
| XYZ | 31.79 | 34.44 | 44.51 | - |
| YUV | 157.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 173 | 0.17 | 0.07 | 0 | 0.32 | 204.83 | 0.15 | 0.62 |
| Hex | 90 | A1 | AD | 11 | 7 | 0 | 20 | CD | F | 3E |
| Octal | 220 | 241 | 255 | 21 | 7 | 0 | 40 | 315 | 17 | 76 |
| Binary | 10010000 | 10100001 | 10101101 | 10001 | 111 | 0 | 100000 | 11001101 | 1111 | 111110 |
Color Harmonies of #90A1AD
Complementary color
Monochromatic Colors of #90A1AD
Black with #90A1AD
Text Example
Text Example
White with #90A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1AD; }
p { color: rgb(144,161,173); }
H1.HeaderClassName
{
color: #90A1AD;
}
.AnyTagClassName
{
color: #90A1AD;
}
</style>
background-color css
<style>
a { background-color: #90A1AD; }
a { background-color: rgb(144,161,173); }
div.DivClassName
{
background-color: #90A1AD;
}
.BgClassName
{
background-color: #90A1AD;
}
</style>
border-color css
<style>
span { border-color: #90A1AD; }
span { border-color: rgb(144,161,173); }
td.TdClassName
{
border-color: #90A1AD;
}
.TagClassName
{
border-color: #90A1AD;
}
</style>