Shades of Nepal #9AAFBD
Tints of Nepal #9AAFBD
RGB
CMYK
RGB Variations
Color information
#9AAFBD (or 0x9AAFBD) is known color: Nepal. HEX triplet: 9A, AF and BD. RGB value is (154,175,189). Sum of RGB (Red+Green+Blue) = 154+175+189=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFBD is #655042. Grayscale: #AAAAAA. Windows color (decimal): -6639683 or 12431258. OLE color: 12431258.
HSL color Cylindrical-coordinate representation of color #9AAFBD: hue angle of 204º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAFBD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 175 | 189 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.26 |
| HSL | 204º | 0.21% | 0.67% | - |
| HSV(B) | 204º | 0.19% | 0.74% | - |
| XYZ | 37.84 | 41.2 | 54.1 | - |
| YUV | 170.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 189 | 0.19 | 0.07 | 0 | 0.26 | 204 | 0.21 | 0.67 |
| Hex | 9A | AF | BD | 13 | 7 | 0 | 1A | CC | 15 | 43 |
| Octal | 232 | 257 | 275 | 23 | 7 | 0 | 32 | 314 | 25 | 103 |
| Binary | 10011010 | 10101111 | 10111101 | 10011 | 111 | 0 | 11010 | 11001100 | 10101 | 1000011 |
Color Harmonies of #9AAFBD
Complementary color
Monochromatic Colors of #9AAFBD
Black with #9AAFBD
Text Example
Text Example
White with #9AAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFBD; }
p { color: rgb(154,175,189); }
H1.HeaderClassName
{
color: #9AAFBD;
}
.AnyTagClassName
{
color: #9AAFBD;
}
</style>
background-color css
<style>
a { background-color: #9AAFBD; }
a { background-color: rgb(154,175,189); }
div.DivClassName
{
background-color: #9AAFBD;
}
.BgClassName
{
background-color: #9AAFBD;
}
</style>
border-color css
<style>
span { border-color: #9AAFBD; }
span { border-color: rgb(154,175,189); }
td.TdClassName
{
border-color: #9AAFBD;
}
.TagClassName
{
border-color: #9AAFBD;
}
</style>