Shades of Nepal #96ABC2
Tints of Nepal #96ABC2
RGB
CMYK
RGB Variations
Color information
#96ABC2 (or 0x96ABC2) is known color: Nepal. HEX triplet: 96, AB and C2. RGB value is (150,171,194). Sum of RGB (Red+Green+Blue) = 150+171+194=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #96ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC2 is #69543D. Grayscale: #A7A7A7. Windows color (decimal): -6902846 or 12757910. OLE color: 12757910.
HSL color Cylindrical-coordinate representation of color #96ABC2: hue angle of 211.36º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96ABC2 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 171 | 194 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.24 |
| HSL | 211.36º | 0.27% | 0.67% | - |
| HSV(B) | 211.36º | 0.23% | 0.76% | - |
| XYZ | 36.88 | 39.5 | 56.72 | - |
| YUV | 167.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 194 | 0.23 | 0.12 | 0 | 0.24 | 211.36 | 0.27 | 0.67 |
| Hex | 96 | AB | C2 | 17 | C | 0 | 18 | D3 | 1B | 43 |
| Octal | 226 | 253 | 302 | 27 | 14 | 0 | 30 | 323 | 33 | 103 |
| Binary | 10010110 | 10101011 | 11000010 | 10111 | 1100 | 0 | 11000 | 11010011 | 11011 | 1000011 |
Color Harmonies of #96ABC2
Complementary color
Monochromatic Colors of #96ABC2
Black with #96ABC2
Text Example
Text Example
White with #96ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABC2; }
p { color: rgb(150,171,194); }
H1.HeaderClassName
{
color: #96ABC2;
}
.AnyTagClassName
{
color: #96ABC2;
}
</style>
background-color css
<style>
a { background-color: #96ABC2; }
a { background-color: rgb(150,171,194); }
div.DivClassName
{
background-color: #96ABC2;
}
.BgClassName
{
background-color: #96ABC2;
}
</style>
border-color css
<style>
span { border-color: #96ABC2; }
span { border-color: rgb(150,171,194); }
td.TdClassName
{
border-color: #96ABC2;
}
.TagClassName
{
border-color: #96ABC2;
}
</style>