Shades of Nepal #9CADB6
Tints of Nepal #9CADB6
RGB
CMYK
RGB Variations
Color information
#9CADB6 (or 0x9CADB6) is known color: Nepal. HEX triplet: 9C, AD and B6. RGB value is (156,173,182). Sum of RGB (Red+Green+Blue) = 156+173+182=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #9CADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADB6 is #635249. Grayscale: #A8A8A8. Windows color (decimal): -6509130 or 11971996. OLE color: 11971996.
HSL color Cylindrical-coordinate representation of color #9CADB6: hue angle of 200.77º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CADB6 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 173 | 182 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.29 |
| HSL | 200.77º | 0.15% | 0.66% | - |
| HSV(B) | 200.77º | 0.14% | 0.71% | - |
| XYZ | 37.1 | 40.33 | 50.09 | - |
| YUV | 168.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 182 | 0.14 | 0.05 | 0 | 0.29 | 200.77 | 0.15 | 0.66 |
| Hex | 9C | AD | B6 | E | 5 | 0 | 1D | C9 | F | 42 |
| Octal | 234 | 255 | 266 | 16 | 5 | 0 | 35 | 311 | 17 | 102 |
| Binary | 10011100 | 10101101 | 10110110 | 1110 | 101 | 0 | 11101 | 11001001 | 1111 | 1000010 |
Color Harmonies of #9CADB6
Complementary color
Monochromatic Colors of #9CADB6
Black with #9CADB6
Text Example
Text Example
White with #9CADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADB6; }
p { color: rgb(156,173,182); }
H1.HeaderClassName
{
color: #9CADB6;
}
.AnyTagClassName
{
color: #9CADB6;
}
</style>
background-color css
<style>
a { background-color: #9CADB6; }
a { background-color: rgb(156,173,182); }
div.DivClassName
{
background-color: #9CADB6;
}
.BgClassName
{
background-color: #9CADB6;
}
</style>
border-color css
<style>
span { border-color: #9CADB6; }
span { border-color: rgb(156,173,182); }
td.TdClassName
{
border-color: #9CADB6;
}
.TagClassName
{
border-color: #9CADB6;
}
</style>