Shades of Nepal #96ADC1
Tints of Nepal #96ADC1
RGB
CMYK
RGB Variations
Color information
#96ADC1 (or 0x96ADC1) is known color: Nepal. HEX triplet: 96, AD and C1. RGB value is (150,173,193). Sum of RGB (Red+Green+Blue) = 150+173+193=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #96ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADC1 is #69523E. Grayscale: #A8A8A8. Windows color (decimal): -6902335 or 12692886. OLE color: 12692886.
HSL color Cylindrical-coordinate representation of color #96ADC1: hue angle of 207.91º 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 #96ADC1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 173 | 193 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.24 |
| HSL | 207.91º | 0.26% | 0.67% | - |
| HSV(B) | 207.91º | 0.22% | 0.76% | - |
| XYZ | 37.15 | 40.22 | 56.26 | - |
| YUV | 168.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 193 | 0.22 | 0.10 | 0 | 0.24 | 207.91 | 0.26 | 0.67 |
| Hex | 96 | AD | C1 | 16 | A | 0 | 18 | D0 | 1A | 43 |
| Octal | 226 | 255 | 301 | 26 | 12 | 0 | 30 | 320 | 32 | 103 |
| Binary | 10010110 | 10101101 | 11000001 | 10110 | 1010 | 0 | 11000 | 11010000 | 11010 | 1000011 |
Color Harmonies of #96ADC1
Complementary color
Monochromatic Colors of #96ADC1
Black with #96ADC1
Text Example
Text Example
White with #96ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADC1; }
p { color: rgb(150,173,193); }
H1.HeaderClassName
{
color: #96ADC1;
}
.AnyTagClassName
{
color: #96ADC1;
}
</style>
background-color css
<style>
a { background-color: #96ADC1; }
a { background-color: rgb(150,173,193); }
div.DivClassName
{
background-color: #96ADC1;
}
.BgClassName
{
background-color: #96ADC1;
}
</style>
border-color css
<style>
span { border-color: #96ADC1; }
span { border-color: rgb(150,173,193); }
td.TdClassName
{
border-color: #96ADC1;
}
.TagClassName
{
border-color: #96ADC1;
}
</style>