Shades of Nepal #9DB2BF
Tints of Nepal #9DB2BF
RGB
CMYK
RGB Variations
Color information
#9DB2BF (or 0x9DB2BF) is known color: Nepal. HEX triplet: 9D, B2 and BF. RGB value is (157,178,191). Sum of RGB (Red+Green+Blue) = 157+178+191=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2BF is #624D40. Grayscale: #ADADAD. Windows color (decimal): -6442305 or 12563101. OLE color: 12563101.
HSL color Cylindrical-coordinate representation of color #9DB2BF: hue angle of 202.94º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DB2BF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 178 | 191 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.25 |
| HSL | 202.94º | 0.21% | 0.68% | - |
| HSV(B) | 202.94º | 0.18% | 0.75% | - |
| XYZ | 39.23 | 42.77 | 55.48 | - |
| YUV | 173.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 191 | 0.18 | 0.07 | 0 | 0.25 | 202.94 | 0.21 | 0.68 |
| Hex | 9D | B2 | BF | 12 | 7 | 0 | 19 | CB | 15 | 44 |
| Octal | 235 | 262 | 277 | 22 | 7 | 0 | 31 | 313 | 25 | 104 |
| Binary | 10011101 | 10110010 | 10111111 | 10010 | 111 | 0 | 11001 | 11001011 | 10101 | 1000100 |
Color Harmonies of #9DB2BF
Complementary color
Monochromatic Colors of #9DB2BF
Black with #9DB2BF
Text Example
Text Example
White with #9DB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2BF; }
p { color: rgb(157,178,191); }
H1.HeaderClassName
{
color: #9DB2BF;
}
.AnyTagClassName
{
color: #9DB2BF;
}
</style>
background-color css
<style>
a { background-color: #9DB2BF; }
a { background-color: rgb(157,178,191); }
div.DivClassName
{
background-color: #9DB2BF;
}
.BgClassName
{
background-color: #9DB2BF;
}
</style>
border-color css
<style>
span { border-color: #9DB2BF; }
span { border-color: rgb(157,178,191); }
td.TdClassName
{
border-color: #9DB2BF;
}
.TagClassName
{
border-color: #9DB2BF;
}
</style>