Shades of Nepal #9AAEBE
Tints of Nepal #9AAEBE
RGB
CMYK
RGB Variations
Color information
#9AAEBE (or 0x9AAEBE) is known color: Nepal. HEX triplet: 9A, AE and BE. RGB value is (154,174,190). Sum of RGB (Red+Green+Blue) = 154+174+190=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEBE is #655141. Grayscale: #A9A9A9. Windows color (decimal): -6639938 or 12496538. OLE color: 12496538.
HSL color Cylindrical-coordinate representation of color #9AAEBE: hue angle of 206.67º 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 #9AAEBE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 174 | 190 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.25 |
| HSL | 206.67º | 0.22% | 0.67% | - |
| HSV(B) | 206.67º | 0.19% | 0.75% | - |
| XYZ | 37.76 | 40.86 | 54.61 | - |
| YUV | 169.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 190 | 0.19 | 0.08 | 0 | 0.25 | 206.67 | 0.22 | 0.67 |
| Hex | 9A | AE | BE | 13 | 8 | 0 | 19 | CF | 16 | 43 |
| Octal | 232 | 256 | 276 | 23 | 10 | 0 | 31 | 317 | 26 | 103 |
| Binary | 10011010 | 10101110 | 10111110 | 10011 | 1000 | 0 | 11001 | 11001111 | 10110 | 1000011 |
Color Harmonies of #9AAEBE
Complementary color
Monochromatic Colors of #9AAEBE
Black with #9AAEBE
Text Example
Text Example
White with #9AAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEBE; }
p { color: rgb(154,174,190); }
H1.HeaderClassName
{
color: #9AAEBE;
}
.AnyTagClassName
{
color: #9AAEBE;
}
</style>
background-color css
<style>
a { background-color: #9AAEBE; }
a { background-color: rgb(154,174,190); }
div.DivClassName
{
background-color: #9AAEBE;
}
.BgClassName
{
background-color: #9AAEBE;
}
</style>
border-color css
<style>
span { border-color: #9AAEBE; }
span { border-color: rgb(154,174,190); }
td.TdClassName
{
border-color: #9AAEBE;
}
.TagClassName
{
border-color: #9AAEBE;
}
</style>