Shades of Bali Hai #90A0AC
Tints of Bali Hai #90A0AC
RGB
CMYK
RGB Variations
Color information
#90A0AC (or 0x90A0AC) is known color: Bali Hai. HEX triplet: 90, A0 and AC. RGB value is (144,160,172). Sum of RGB (Red+Green+Blue) = 144+160+172=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #90A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0AC is #6F5F53. Grayscale: #9C9C9C. Windows color (decimal): -7298900 or 11313296. OLE color: 11313296.
HSL color Cylindrical-coordinate representation of color #90A0AC: hue angle of 205.71º 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 #90A0AC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 160 | 172 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.33 |
| HSL | 205.71º | 0.14% | 0.62% | - |
| HSV(B) | 205.71º | 0.16% | 0.67% | - |
| XYZ | 31.52 | 34.05 | 43.94 | - |
| YUV | 156.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 172 | 0.16 | 0.07 | 0 | 0.33 | 205.71 | 0.14 | 0.62 |
| Hex | 90 | A0 | AC | 10 | 7 | 0 | 21 | CE | E | 3E |
| Octal | 220 | 240 | 254 | 20 | 7 | 0 | 41 | 316 | 16 | 76 |
| Binary | 10010000 | 10100000 | 10101100 | 10000 | 111 | 0 | 100001 | 11001110 | 1110 | 111110 |
Color Harmonies of #90A0AC
Complementary color
Monochromatic Colors of #90A0AC
Black with #90A0AC
Text Example
Text Example
White with #90A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0AC; }
p { color: rgb(144,160,172); }
H1.HeaderClassName
{
color: #90A0AC;
}
.AnyTagClassName
{
color: #90A0AC;
}
</style>
background-color css
<style>
a { background-color: #90A0AC; }
a { background-color: rgb(144,160,172); }
div.DivClassName
{
background-color: #90A0AC;
}
.BgClassName
{
background-color: #90A0AC;
}
</style>
border-color css
<style>
span { border-color: #90A0AC; }
span { border-color: rgb(144,160,172); }
td.TdClassName
{
border-color: #90A0AC;
}
.TagClassName
{
border-color: #90A0AC;
}
</style>