Shades of Nepal #96ABC1
Tints of Nepal #96ABC1
RGB
CMYK
RGB Variations
Color information
#96ABC1 (or 0x96ABC1) is known color: Nepal. HEX triplet: 96, AB and C1. RGB value is (150,171,193). Sum of RGB (Red+Green+Blue) = 150+171+193=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #96ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC1 is #69543E. Grayscale: #A7A7A7. Windows color (decimal): -6902847 or 12692374. OLE color: 12692374.
HSL color Cylindrical-coordinate representation of color #96ABC1: hue angle of 210.7º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96ABC1 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 171 | 193 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.24 |
| HSL | 210.7º | 0.26% | 0.67% | - |
| HSV(B) | 210.7º | 0.22% | 0.76% | - |
| XYZ | 36.77 | 39.46 | 56.13 | - |
| YUV | 167.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 193 | 0.22 | 0.11 | 0 | 0.24 | 210.7 | 0.26 | 0.67 |
| Hex | 96 | AB | C1 | 16 | B | 0 | 18 | D3 | 1A | 43 |
| Octal | 226 | 253 | 301 | 26 | 13 | 0 | 30 | 323 | 32 | 103 |
| Binary | 10010110 | 10101011 | 11000001 | 10110 | 1011 | 0 | 11000 | 11010011 | 11010 | 1000011 |
Color Harmonies of #96ABC1
Complementary color
Monochromatic Colors of #96ABC1
Black with #96ABC1
Text Example
Text Example
White with #96ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABC1; }
p { color: rgb(150,171,193); }
H1.HeaderClassName
{
color: #96ABC1;
}
.AnyTagClassName
{
color: #96ABC1;
}
</style>
background-color css
<style>
a { background-color: #96ABC1; }
a { background-color: rgb(150,171,193); }
div.DivClassName
{
background-color: #96ABC1;
}
.BgClassName
{
background-color: #96ABC1;
}
</style>
border-color css
<style>
span { border-color: #96ABC1; }
span { border-color: rgb(150,171,193); }
td.TdClassName
{
border-color: #96ABC1;
}
.TagClassName
{
border-color: #96ABC1;
}
</style>