Shades of Bali Hai #90A3AD
Tints of Bali Hai #90A3AD
RGB
CMYK
RGB Variations
Color information
#90A3AD (or 0x90A3AD) is known color: Bali Hai. HEX triplet: 90, A3 and AD. RGB value is (144,163,173). Sum of RGB (Red+Green+Blue) = 144+163+173=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A3AD is #6F5C52. Grayscale: #9E9E9E. Windows color (decimal): -7298131 or 11379600. OLE color: 11379600.
HSL color Cylindrical-coordinate representation of color #90A3AD: hue angle of 200.69º 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 #90A3AD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 163 | 173 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.32 |
| HSL | 200.69º | 0.15% | 0.62% | - |
| HSV(B) | 200.69º | 0.17% | 0.68% | - |
| XYZ | 32.14 | 35.14 | 44.62 | - |
| YUV | 158.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 173 | 0.17 | 0.06 | 0 | 0.32 | 200.69 | 0.15 | 0.62 |
| Hex | 90 | A3 | AD | 11 | 6 | 0 | 20 | C9 | F | 3E |
| Octal | 220 | 243 | 255 | 21 | 6 | 0 | 40 | 311 | 17 | 76 |
| Binary | 10010000 | 10100011 | 10101101 | 10001 | 110 | 0 | 100000 | 11001001 | 1111 | 111110 |
Color Harmonies of #90A3AD
Complementary color
Monochromatic Colors of #90A3AD
Black with #90A3AD
Text Example
Text Example
White with #90A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3AD; }
p { color: rgb(144,163,173); }
H1.HeaderClassName
{
color: #90A3AD;
}
.AnyTagClassName
{
color: #90A3AD;
}
</style>
background-color css
<style>
a { background-color: #90A3AD; }
a { background-color: rgb(144,163,173); }
div.DivClassName
{
background-color: #90A3AD;
}
.BgClassName
{
background-color: #90A3AD;
}
</style>
border-color css
<style>
span { border-color: #90A3AD; }
span { border-color: rgb(144,163,173); }
td.TdClassName
{
border-color: #90A3AD;
}
.TagClassName
{
border-color: #90A3AD;
}
</style>