Shades of Nepal #9CAFBA
Tints of Nepal #9CAFBA
RGB
CMYK
RGB Variations
Color information
#9CAFBA (or 0x9CAFBA) is known color: Nepal. HEX triplet: 9C, AF and BA. RGB value is (156,175,186). Sum of RGB (Red+Green+Blue) = 156+175+186=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFBA is #635045. Grayscale: #AAAAAA. Windows color (decimal): -6508614 or 12234652. OLE color: 12234652.
HSL color Cylindrical-coordinate representation of color #9CAFBA: hue angle of 202º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CAFBA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 175 | 186 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.27 |
| HSL | 202º | 0.18% | 0.67% | - |
| HSV(B) | 202º | 0.16% | 0.73% | - |
| XYZ | 37.9 | 41.27 | 52.42 | - |
| YUV | 170.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 186 | 0.16 | 0.06 | 0 | 0.27 | 202 | 0.18 | 0.67 |
| Hex | 9C | AF | BA | 10 | 6 | 0 | 1B | CA | 12 | 43 |
| Octal | 234 | 257 | 272 | 20 | 6 | 0 | 33 | 312 | 22 | 103 |
| Binary | 10011100 | 10101111 | 10111010 | 10000 | 110 | 0 | 11011 | 11001010 | 10010 | 1000011 |
Color Harmonies of #9CAFBA
Complementary color
Monochromatic Colors of #9CAFBA
Black with #9CAFBA
Text Example
Text Example
White with #9CAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFBA; }
p { color: rgb(156,175,186); }
H1.HeaderClassName
{
color: #9CAFBA;
}
.AnyTagClassName
{
color: #9CAFBA;
}
</style>
background-color css
<style>
a { background-color: #9CAFBA; }
a { background-color: rgb(156,175,186); }
div.DivClassName
{
background-color: #9CAFBA;
}
.BgClassName
{
background-color: #9CAFBA;
}
</style>
border-color css
<style>
span { border-color: #9CAFBA; }
span { border-color: rgb(156,175,186); }
td.TdClassName
{
border-color: #9CAFBA;
}
.TagClassName
{
border-color: #9CAFBA;
}
</style>