Shades of Nepal #9BACB6
Tints of Nepal #9BACB6
RGB
CMYK
RGB Variations
Color information
#9BACB6 (or 0x9BACB6) is known color: Nepal. HEX triplet: 9B, AC and B6. RGB value is (155,172,182). Sum of RGB (Red+Green+Blue) = 155+172+182=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACB6 is #645349. Grayscale: #A8A8A8. Windows color (decimal): -6574922 or 11971739. OLE color: 11971739.
HSL color Cylindrical-coordinate representation of color #9BACB6: hue angle of 202.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BACB6 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 172 | 182 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.29 |
| HSL | 202.22º | 0.16% | 0.66% | - |
| HSV(B) | 202.22º | 0.15% | 0.71% | - |
| XYZ | 36.71 | 39.85 | 50.01 | - |
| YUV | 168.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 182 | 0.15 | 0.05 | 0 | 0.29 | 202.22 | 0.16 | 0.66 |
| Hex | 9B | AC | B6 | F | 5 | 0 | 1D | CA | 10 | 42 |
| Octal | 233 | 254 | 266 | 17 | 5 | 0 | 35 | 312 | 20 | 102 |
| Binary | 10011011 | 10101100 | 10110110 | 1111 | 101 | 0 | 11101 | 11001010 | 10000 | 1000010 |
Color Harmonies of #9BACB6
Complementary color
Monochromatic Colors of #9BACB6
Black with #9BACB6
Text Example
Text Example
White with #9BACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACB6; }
p { color: rgb(155,172,182); }
H1.HeaderClassName
{
color: #9BACB6;
}
.AnyTagClassName
{
color: #9BACB6;
}
</style>
background-color css
<style>
a { background-color: #9BACB6; }
a { background-color: rgb(155,172,182); }
div.DivClassName
{
background-color: #9BACB6;
}
.BgClassName
{
background-color: #9BACB6;
}
</style>
border-color css
<style>
span { border-color: #9BACB6; }
span { border-color: rgb(155,172,182); }
td.TdClassName
{
border-color: #9BACB6;
}
.TagClassName
{
border-color: #9BACB6;
}
</style>