Shades of Nepal #9CABBA
Tints of Nepal #9CABBA
RGB
CMYK
RGB Variations
Color information
#9CABBA (or 0x9CABBA) is known color: Nepal. HEX triplet: 9C, AB and BA. RGB value is (156,171,186). Sum of RGB (Red+Green+Blue) = 156+171+186=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBA is #635445. Grayscale: #A8A8A8. Windows color (decimal): -6509638 or 12233628. OLE color: 12233628.
HSL color Cylindrical-coordinate representation of color #9CABBA: hue angle of 210º 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 #9CABBA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 171 | 186 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.27 |
| HSL | 210º | 0.18% | 0.67% | - |
| HSV(B) | 210º | 0.16% | 0.73% | - |
| XYZ | 37.14 | 39.74 | 52.17 | - |
| YUV | 168.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 186 | 0.16 | 0.08 | 0 | 0.27 | 210 | 0.18 | 0.67 |
| Hex | 9C | AB | BA | 10 | 8 | 0 | 1B | D2 | 12 | 43 |
| Octal | 234 | 253 | 272 | 20 | 10 | 0 | 33 | 322 | 22 | 103 |
| Binary | 10011100 | 10101011 | 10111010 | 10000 | 1000 | 0 | 11011 | 11010010 | 10010 | 1000011 |
Color Harmonies of #9CABBA
Complementary color
Monochromatic Colors of #9CABBA
Black with #9CABBA
Text Example
Text Example
White with #9CABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABBA; }
p { color: rgb(156,171,186); }
H1.HeaderClassName
{
color: #9CABBA;
}
.AnyTagClassName
{
color: #9CABBA;
}
</style>
background-color css
<style>
a { background-color: #9CABBA; }
a { background-color: rgb(156,171,186); }
div.DivClassName
{
background-color: #9CABBA;
}
.BgClassName
{
background-color: #9CABBA;
}
</style>
border-color css
<style>
span { border-color: #9CABBA; }
span { border-color: rgb(156,171,186); }
td.TdClassName
{
border-color: #9CABBA;
}
.TagClassName
{
border-color: #9CABBA;
}
</style>