Shades of Nepal #95ADC0
Tints of Nepal #95ADC0
RGB
CMYK
RGB Variations
Color information
#95ADC0 (or 0x95ADC0) is known color: Nepal. HEX triplet: 95, AD and C0. RGB value is (149,173,192). Sum of RGB (Red+Green+Blue) = 149+173+192=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #95ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADC0 is #6A523F. Grayscale: #A7A7A7. Windows color (decimal): -6967872 or 12627349. OLE color: 12627349.
HSL color Cylindrical-coordinate representation of color #95ADC0: hue angle of 206.51º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95ADC0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 173 | 192 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.25 |
| HSL | 206.51º | 0.25% | 0.67% | - |
| HSV(B) | 206.51º | 0.22% | 0.75% | - |
| XYZ | 36.85 | 40.08 | 55.66 | - |
| YUV | 167.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 192 | 0.22 | 0.10 | 0 | 0.25 | 206.51 | 0.25 | 0.67 |
| Hex | 95 | AD | C0 | 16 | A | 0 | 19 | CF | 19 | 43 |
| Octal | 225 | 255 | 300 | 26 | 12 | 0 | 31 | 317 | 31 | 103 |
| Binary | 10010101 | 10101101 | 11000000 | 10110 | 1010 | 0 | 11001 | 11001111 | 11001 | 1000011 |
Color Harmonies of #95ADC0
Complementary color
Monochromatic Colors of #95ADC0
Black with #95ADC0
Text Example
Text Example
White with #95ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADC0; }
p { color: rgb(149,173,192); }
H1.HeaderClassName
{
color: #95ADC0;
}
.AnyTagClassName
{
color: #95ADC0;
}
</style>
background-color css
<style>
a { background-color: #95ADC0; }
a { background-color: rgb(149,173,192); }
div.DivClassName
{
background-color: #95ADC0;
}
.BgClassName
{
background-color: #95ADC0;
}
</style>
border-color css
<style>
span { border-color: #95ADC0; }
span { border-color: rgb(149,173,192); }
td.TdClassName
{
border-color: #95ADC0;
}
.TagClassName
{
border-color: #95ADC0;
}
</style>