Shades of Nepal #9CB6CA
Tints of Nepal #9CB6CA
RGB
CMYK
RGB Variations
Color information
#9CB6CA (or 0x9CB6CA) is known color: Nepal. HEX triplet: 9C, B6 and CA. RGB value is (156,182,202). Sum of RGB (Red+Green+Blue) = 156+182+202=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6CA is #634935. Grayscale: #B0B0B0. Windows color (decimal): -6506806 or 13285020. OLE color: 13285020.
HSL color Cylindrical-coordinate representation of color #9CB6CA: hue angle of 206.09º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB6CA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 182 | 202 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.21 |
| HSL | 206.09º | 0.3% | 0.7% | - |
| HSV(B) | 206.09º | 0.23% | 0.79% | - |
| XYZ | 41.1 | 44.79 | 62.36 | - |
| YUV | 176.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 202 | 0.23 | 0.10 | 0 | 0.21 | 206.09 | 0.3 | 0.7 |
| Hex | 9C | B6 | CA | 17 | A | 0 | 15 | CE | 1E | 46 |
| Octal | 234 | 266 | 312 | 27 | 12 | 0 | 25 | 316 | 36 | 106 |
| Binary | 10011100 | 10110110 | 11001010 | 10111 | 1010 | 0 | 10101 | 11001110 | 11110 | 1000110 |
Color Harmonies of #9CB6CA
Complementary color
Monochromatic Colors of #9CB6CA
Black with #9CB6CA
Text Example
Text Example
White with #9CB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB6CA; }
p { color: rgb(156,182,202); }
H1.HeaderClassName
{
color: #9CB6CA;
}
.AnyTagClassName
{
color: #9CB6CA;
}
</style>
background-color css
<style>
a { background-color: #9CB6CA; }
a { background-color: rgb(156,182,202); }
div.DivClassName
{
background-color: #9CB6CA;
}
.BgClassName
{
background-color: #9CB6CA;
}
</style>
border-color css
<style>
span { border-color: #9CB6CA; }
span { border-color: rgb(156,182,202); }
td.TdClassName
{
border-color: #9CB6CA;
}
.TagClassName
{
border-color: #9CB6CA;
}
</style>