Shades of Nepal #9FB2BD
Tints of Nepal #9FB2BD
RGB
CMYK
RGB Variations
Color information
#9FB2BD (or 0x9FB2BD) is known color: Nepal. HEX triplet: 9F, B2 and BD. RGB value is (159,178,189). Sum of RGB (Red+Green+Blue) = 159+178+189=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2BD is #604D42. Grayscale: #ADADAD. Windows color (decimal): -6311235 or 12432031. OLE color: 12432031.
HSL color Cylindrical-coordinate representation of color #9FB2BD: hue angle of 202º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB2BD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 178 | 189 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.26 |
| HSL | 202º | 0.19% | 0.68% | - |
| HSV(B) | 202º | 0.16% | 0.74% | - |
| XYZ | 39.4 | 42.89 | 54.35 | - |
| YUV | 173.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 189 | 0.16 | 0.06 | 0 | 0.26 | 202 | 0.19 | 0.68 |
| Hex | 9F | B2 | BD | 10 | 6 | 0 | 1A | CA | 13 | 44 |
| Octal | 237 | 262 | 275 | 20 | 6 | 0 | 32 | 312 | 23 | 104 |
| Binary | 10011111 | 10110010 | 10111101 | 10000 | 110 | 0 | 11010 | 11001010 | 10011 | 1000100 |
Color Harmonies of #9FB2BD
Complementary color
Monochromatic Colors of #9FB2BD
Black with #9FB2BD
Text Example
Text Example
White with #9FB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB2BD; }
p { color: rgb(159,178,189); }
H1.HeaderClassName
{
color: #9FB2BD;
}
.AnyTagClassName
{
color: #9FB2BD;
}
</style>
background-color css
<style>
a { background-color: #9FB2BD; }
a { background-color: rgb(159,178,189); }
div.DivClassName
{
background-color: #9FB2BD;
}
.BgClassName
{
background-color: #9FB2BD;
}
</style>
border-color css
<style>
span { border-color: #9FB2BD; }
span { border-color: rgb(159,178,189); }
td.TdClassName
{
border-color: #9FB2BD;
}
.TagClassName
{
border-color: #9FB2BD;
}
</style>