Shades of Nepal #9CB3BD
Tints of Nepal #9CB3BD
RGB
CMYK
RGB Variations
Color information
#9CB3BD (or 0x9CB3BD) is known color: Nepal. HEX triplet: 9C, B3 and BD. RGB value is (156,179,189). Sum of RGB (Red+Green+Blue) = 156+179+189=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB3BD is #634C42. Grayscale: #ADADAD. Windows color (decimal): -6507587 or 12432284. OLE color: 12432284.
HSL color Cylindrical-coordinate representation of color #9CB3BD: hue angle of 198.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB3BD is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 179 | 189 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.26 |
| HSL | 198.18º | 0.2% | 0.68% | - |
| HSV(B) | 198.18º | 0.17% | 0.74% | - |
| XYZ | 39.02 | 42.98 | 54.38 | - |
| YUV | 173.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 189 | 0.17 | 0.05 | 0 | 0.26 | 198.18 | 0.2 | 0.68 |
| Hex | 9C | B3 | BD | 11 | 5 | 0 | 1A | C6 | 14 | 44 |
| Octal | 234 | 263 | 275 | 21 | 5 | 0 | 32 | 306 | 24 | 104 |
| Binary | 10011100 | 10110011 | 10111101 | 10001 | 101 | 0 | 11010 | 11000110 | 10100 | 1000100 |
Color Harmonies of #9CB3BD
Complementary color
Monochromatic Colors of #9CB3BD
Black with #9CB3BD
Text Example
Text Example
White with #9CB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB3BD; }
p { color: rgb(156,179,189); }
H1.HeaderClassName
{
color: #9CB3BD;
}
.AnyTagClassName
{
color: #9CB3BD;
}
</style>
background-color css
<style>
a { background-color: #9CB3BD; }
a { background-color: rgb(156,179,189); }
div.DivClassName
{
background-color: #9CB3BD;
}
.BgClassName
{
background-color: #9CB3BD;
}
</style>
border-color css
<style>
span { border-color: #9CB3BD; }
span { border-color: rgb(156,179,189); }
td.TdClassName
{
border-color: #9CB3BD;
}
.TagClassName
{
border-color: #9CB3BD;
}
</style>