Shades of Nepal #90ACB9
Tints of Nepal #90ACB9
RGB
CMYK
RGB Variations
Color information
#90ACB9 (or 0x90ACB9) is known color: Nepal. HEX triplet: 90, AC and B9. RGB value is (144,172,185). Sum of RGB (Red+Green+Blue) = 144+172+185=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #90ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACB9 is #6F5346. Grayscale: #A5A5A5. Windows color (decimal): -7295815 or 12168336. OLE color: 12168336.
HSL color Cylindrical-coordinate representation of color #90ACB9: hue angle of 199.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90ACB9 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 172 | 185 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.27 |
| HSL | 199.02º | 0.23% | 0.65% | - |
| HSV(B) | 199.02º | 0.22% | 0.73% | - |
| XYZ | 35.01 | 38.94 | 51.57 | - |
| YUV | 165.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 185 | 0.22 | 0.07 | 0 | 0.27 | 199.02 | 0.23 | 0.65 |
| Hex | 90 | AC | B9 | 16 | 7 | 0 | 1B | C7 | 17 | 41 |
| Octal | 220 | 254 | 271 | 26 | 7 | 0 | 33 | 307 | 27 | 101 |
| Binary | 10010000 | 10101100 | 10111001 | 10110 | 111 | 0 | 11011 | 11000111 | 10111 | 1000001 |
Color Harmonies of #90ACB9
Complementary color
Monochromatic Colors of #90ACB9
Black with #90ACB9
Text Example
Text Example
White with #90ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACB9; }
p { color: rgb(144,172,185); }
H1.HeaderClassName
{
color: #90ACB9;
}
.AnyTagClassName
{
color: #90ACB9;
}
</style>
background-color css
<style>
a { background-color: #90ACB9; }
a { background-color: rgb(144,172,185); }
div.DivClassName
{
background-color: #90ACB9;
}
.BgClassName
{
background-color: #90ACB9;
}
</style>
border-color css
<style>
span { border-color: #90ACB9; }
span { border-color: rgb(144,172,185); }
td.TdClassName
{
border-color: #90ACB9;
}
.TagClassName
{
border-color: #90ACB9;
}
</style>