Shades of Nepal #9CABB5
Tints of Nepal #9CABB5
RGB
CMYK
RGB Variations
Color information
#9CABB5 (or 0x9CABB5) is known color: Nepal. HEX triplet: 9C, AB and B5. RGB value is (156,171,181). Sum of RGB (Red+Green+Blue) = 156+171+181=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #9CABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABB5 is #63544A. Grayscale: #A7A7A7. Windows color (decimal): -6509643 or 11905948. OLE color: 11905948.
HSL color Cylindrical-coordinate representation of color #9CABB5: hue angle of 204º degrees, saturation: 0.14, 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 #9CABB5 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 156 | 171 | 181 | - |
CMYK | 0.14 | 0.06 | 0 | 0.29 |
HSL | 204º | 0.14% | 0.66% | - |
HSV(B) | 204º | 0.14% | 0.71% | - |
XYZ | 36.61 | 39.53 | 49.42 | - |
YUV | 167.66 | 135.53 | 119.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 171 | 181 | 0.14 | 0.06 | 0 | 0.29 | 204 | 0.14 | 0.66 |
Hex | 9C | AB | B5 | E | 6 | 0 | 1D | CC | E | 42 |
Octal | 234 | 253 | 265 | 16 | 6 | 0 | 35 | 314 | 16 | 102 |
Binary | 10011100 | 10101011 | 10110101 | 1110 | 110 | 0 | 11101 | 11001100 | 1110 | 1000010 |
Color Harmonies of #9CABB5
Complementary color
Monochromatic Colors of #9CABB5
Black with #9CABB5
Text Example
Text Example
White with #9CABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABB5; }
p { color: rgb(156,171,181); }
H1.HeaderClassName
{
color: #9CABB5;
}
.AnyTagClassName
{
color: #9CABB5;
}
</style>
background-color css
<style>
a { background-color: #9CABB5; }
a { background-color: rgb(156,171,181); }
div.DivClassName
{
background-color: #9CABB5;
}
.BgClassName
{
background-color: #9CABB5;
}
</style>
border-color css
<style>
span { border-color: #9CABB5; }
span { border-color: rgb(156,171,181); }
td.TdClassName
{
border-color: #9CABB5;
}
.TagClassName
{
border-color: #9CABB5;
}
</style>