Shades of Nepal #9CABBB
Tints of Nepal #9CABBB
RGB
CMYK
RGB Variations
Color information
#9CABBB (or 0x9CABBB) is known color: Nepal. HEX triplet: 9C, AB and BB. RGB value is (156,171,187). Sum of RGB (Red+Green+Blue) = 156+171+187=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBB is #635444. Grayscale: #A8A8A8. Windows color (decimal): -6509637 or 12299164. OLE color: 12299164.
HSL color Cylindrical-coordinate representation of color #9CABBB: hue angle of 210.97º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CABBB is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 171 | 187 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.27 |
| HSL | 210.97º | 0.19% | 0.67% | - |
| HSV(B) | 210.97º | 0.17% | 0.73% | - |
| XYZ | 37.24 | 39.78 | 52.73 | - |
| YUV | 168.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 187 | 0.17 | 0.09 | 0 | 0.27 | 210.97 | 0.19 | 0.67 |
| Hex | 9C | AB | BB | 11 | 9 | 0 | 1B | D3 | 13 | 43 |
| Octal | 234 | 253 | 273 | 21 | 11 | 0 | 33 | 323 | 23 | 103 |
| Binary | 10011100 | 10101011 | 10111011 | 10001 | 1001 | 0 | 11011 | 11010011 | 10011 | 1000011 |
Color Harmonies of #9CABBB
Complementary color
Monochromatic Colors of #9CABBB
Black with #9CABBB
Text Example
Text Example
White with #9CABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABBB; }
p { color: rgb(156,171,187); }
H1.HeaderClassName
{
color: #9CABBB;
}
.AnyTagClassName
{
color: #9CABBB;
}
</style>
background-color css
<style>
a { background-color: #9CABBB; }
a { background-color: rgb(156,171,187); }
div.DivClassName
{
background-color: #9CABBB;
}
.BgClassName
{
background-color: #9CABBB;
}
</style>
border-color css
<style>
span { border-color: #9CABBB; }
span { border-color: rgb(156,171,187); }
td.TdClassName
{
border-color: #9CABBB;
}
.TagClassName
{
border-color: #9CABBB;
}
</style>