Shades of Nepal #9FAEBF
Tints of Nepal #9FAEBF
RGB
CMYK
RGB Variations
Color information
#9FAEBF (or 0x9FAEBF) is known color: Nepal. HEX triplet: 9F, AE and BF. RGB value is (159,174,191). Sum of RGB (Red+Green+Blue) = 159+174+191=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBF is #605140. Grayscale: #ABABAB. Windows color (decimal): -6312257 or 12562079. OLE color: 12562079.
HSL color Cylindrical-coordinate representation of color #9FAEBF: hue angle of 211.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FAEBF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 174 | 191 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.25 |
| HSL | 211.88º | 0.2% | 0.69% | - |
| HSV(B) | 211.88º | 0.17% | 0.75% | - |
| XYZ | 38.84 | 41.4 | 55.24 | - |
| YUV | 171.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 191 | 0.17 | 0.09 | 0 | 0.25 | 211.88 | 0.2 | 0.69 |
| Hex | 9F | AE | BF | 11 | 9 | 0 | 19 | D4 | 14 | 45 |
| Octal | 237 | 256 | 277 | 21 | 11 | 0 | 31 | 324 | 24 | 105 |
| Binary | 10011111 | 10101110 | 10111111 | 10001 | 1001 | 0 | 11001 | 11010100 | 10100 | 1000101 |
Color Harmonies of #9FAEBF
Complementary color
Monochromatic Colors of #9FAEBF
Black with #9FAEBF
Text Example
Text Example
White with #9FAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEBF; }
p { color: rgb(159,174,191); }
H1.HeaderClassName
{
color: #9FAEBF;
}
.AnyTagClassName
{
color: #9FAEBF;
}
</style>
background-color css
<style>
a { background-color: #9FAEBF; }
a { background-color: rgb(159,174,191); }
div.DivClassName
{
background-color: #9FAEBF;
}
.BgClassName
{
background-color: #9FAEBF;
}
</style>
border-color css
<style>
span { border-color: #9FAEBF; }
span { border-color: rgb(159,174,191); }
td.TdClassName
{
border-color: #9FAEBF;
}
.TagClassName
{
border-color: #9FAEBF;
}
</style>