Shades of Bali Hai #90A1AB
Tints of Bali Hai #90A1AB
RGB
CMYK
RGB Variations
Color information
#90A1AB (or 0x90A1AB) is known color: Bali Hai. HEX triplet: 90, A1 and AB. RGB value is (144,161,171). Sum of RGB (Red+Green+Blue) = 144+161+171=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A1AB is #6F5E54. Grayscale: #9D9D9D. Windows color (decimal): -7298645 or 11248016. OLE color: 11248016.
HSL color Cylindrical-coordinate representation of color #90A1AB: hue angle of 202.22º 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 #90A1AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 161 | 171 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.33 |
| HSL | 202.22º | 0.14% | 0.62% | - |
| HSV(B) | 202.22º | 0.16% | 0.67% | - |
| XYZ | 31.6 | 34.36 | 43.49 | - |
| YUV | 157.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 171 | 0.16 | 0.06 | 0 | 0.33 | 202.22 | 0.14 | 0.62 |
| Hex | 90 | A1 | AB | 10 | 6 | 0 | 21 | CA | E | 3E |
| Octal | 220 | 241 | 253 | 20 | 6 | 0 | 41 | 312 | 16 | 76 |
| Binary | 10010000 | 10100001 | 10101011 | 10000 | 110 | 0 | 100001 | 11001010 | 1110 | 111110 |
Color Harmonies of #90A1AB
Complementary color
Monochromatic Colors of #90A1AB
Black with #90A1AB
Text Example
Text Example
White with #90A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1AB; }
p { color: rgb(144,161,171); }
H1.HeaderClassName
{
color: #90A1AB;
}
.AnyTagClassName
{
color: #90A1AB;
}
</style>
background-color css
<style>
a { background-color: #90A1AB; }
a { background-color: rgb(144,161,171); }
div.DivClassName
{
background-color: #90A1AB;
}
.BgClassName
{
background-color: #90A1AB;
}
</style>
border-color css
<style>
span { border-color: #90A1AB; }
span { border-color: rgb(144,161,171); }
td.TdClassName
{
border-color: #90A1AB;
}
.TagClassName
{
border-color: #90A1AB;
}
</style>