Shades of Nepal #9AADBE
Tints of Nepal #9AADBE
RGB
CMYK
RGB Variations
Color information
#9AADBE (or 0x9AADBE) is known color: Nepal. HEX triplet: 9A, AD and BE. RGB value is (154,173,190). Sum of RGB (Red+Green+Blue) = 154+173+190=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADBE is #655241. Grayscale: #A9A9A9. Windows color (decimal): -6640194 or 12496282. OLE color: 12496282.
HSL color Cylindrical-coordinate representation of color #9AADBE: hue angle of 208.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AADBE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 173 | 190 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.25 |
| HSL | 208.33º | 0.22% | 0.67% | - |
| HSV(B) | 208.33º | 0.19% | 0.75% | - |
| XYZ | 37.56 | 40.47 | 54.55 | - |
| YUV | 169.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 190 | 0.19 | 0.09 | 0 | 0.25 | 208.33 | 0.22 | 0.67 |
| Hex | 9A | AD | BE | 13 | 9 | 0 | 19 | D0 | 16 | 43 |
| Octal | 232 | 255 | 276 | 23 | 11 | 0 | 31 | 320 | 26 | 103 |
| Binary | 10011010 | 10101101 | 10111110 | 10011 | 1001 | 0 | 11001 | 11010000 | 10110 | 1000011 |
Color Harmonies of #9AADBE
Complementary color
Monochromatic Colors of #9AADBE
Black with #9AADBE
Text Example
Text Example
White with #9AADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADBE; }
p { color: rgb(154,173,190); }
H1.HeaderClassName
{
color: #9AADBE;
}
.AnyTagClassName
{
color: #9AADBE;
}
</style>
background-color css
<style>
a { background-color: #9AADBE; }
a { background-color: rgb(154,173,190); }
div.DivClassName
{
background-color: #9AADBE;
}
.BgClassName
{
background-color: #9AADBE;
}
</style>
border-color css
<style>
span { border-color: #9AADBE; }
span { border-color: rgb(154,173,190); }
td.TdClassName
{
border-color: #9AADBE;
}
.TagClassName
{
border-color: #9AADBE;
}
</style>