Shades of Nepal #90A9BE
Tints of Nepal #90A9BE
RGB
CMYK
RGB Variations
Color information
#90A9BE (or 0x90A9BE) is known color: Nepal. HEX triplet: 90, A9 and BE. RGB value is (144,169,190). Sum of RGB (Red+Green+Blue) = 144+169+190=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #90A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9BE is #6F5641. Grayscale: #A3A3A3. Windows color (decimal): -7296578 or 12495248. OLE color: 12495248.
HSL color Cylindrical-coordinate representation of color #90A9BE: hue angle of 207.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90A9BE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 169 | 190 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.25 |
| HSL | 207.39º | 0.26% | 0.65% | - |
| HSV(B) | 207.39º | 0.24% | 0.75% | - |
| XYZ | 34.98 | 38.02 | 54.21 | - |
| YUV | 163.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 190 | 0.24 | 0.11 | 0 | 0.25 | 207.39 | 0.26 | 0.65 |
| Hex | 90 | A9 | BE | 18 | B | 0 | 19 | CF | 1A | 41 |
| Octal | 220 | 251 | 276 | 30 | 13 | 0 | 31 | 317 | 32 | 101 |
| Binary | 10010000 | 10101001 | 10111110 | 11000 | 1011 | 0 | 11001 | 11001111 | 11010 | 1000001 |
Color Harmonies of #90A9BE
Complementary color
Monochromatic Colors of #90A9BE
Black with #90A9BE
Text Example
Text Example
White with #90A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9BE; }
p { color: rgb(144,169,190); }
H1.HeaderClassName
{
color: #90A9BE;
}
.AnyTagClassName
{
color: #90A9BE;
}
</style>
background-color css
<style>
a { background-color: #90A9BE; }
a { background-color: rgb(144,169,190); }
div.DivClassName
{
background-color: #90A9BE;
}
.BgClassName
{
background-color: #90A9BE;
}
</style>
border-color css
<style>
span { border-color: #90A9BE; }
span { border-color: rgb(144,169,190); }
td.TdClassName
{
border-color: #90A9BE;
}
.TagClassName
{
border-color: #90A9BE;
}
</style>