Shades of Nepal #9CB1BC
Tints of Nepal #9CB1BC
RGB
CMYK
RGB Variations
Color information
#9CB1BC (or 0x9CB1BC) is known color: Nepal. HEX triplet: 9C, B1 and BC. RGB value is (156,177,188). Sum of RGB (Red+Green+Blue) = 156+177+188=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1BC is #634E43. Grayscale: #ABABAB. Windows color (decimal): -6508100 or 12366236. OLE color: 12366236.
HSL color Cylindrical-coordinate representation of color #9CB1BC: hue angle of 200.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB1BC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 177 | 188 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.26 |
| HSL | 200.63º | 0.19% | 0.67% | - |
| HSV(B) | 200.63º | 0.17% | 0.74% | - |
| XYZ | 38.51 | 42.14 | 53.68 | - |
| YUV | 171.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 188 | 0.17 | 0.06 | 0 | 0.26 | 200.63 | 0.19 | 0.67 |
| Hex | 9C | B1 | BC | 11 | 6 | 0 | 1A | C9 | 13 | 43 |
| Octal | 234 | 261 | 274 | 21 | 6 | 0 | 32 | 311 | 23 | 103 |
| Binary | 10011100 | 10110001 | 10111100 | 10001 | 110 | 0 | 11010 | 11001001 | 10011 | 1000011 |
Color Harmonies of #9CB1BC
Complementary color
Monochromatic Colors of #9CB1BC
Black with #9CB1BC
Text Example
Text Example
White with #9CB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1BC; }
p { color: rgb(156,177,188); }
H1.HeaderClassName
{
color: #9CB1BC;
}
.AnyTagClassName
{
color: #9CB1BC;
}
</style>
background-color css
<style>
a { background-color: #9CB1BC; }
a { background-color: rgb(156,177,188); }
div.DivClassName
{
background-color: #9CB1BC;
}
.BgClassName
{
background-color: #9CB1BC;
}
</style>
border-color css
<style>
span { border-color: #9CB1BC; }
span { border-color: rgb(156,177,188); }
td.TdClassName
{
border-color: #9CB1BC;
}
.TagClassName
{
border-color: #9CB1BC;
}
</style>