Shades of Nepal #95ADBD
Tints of Nepal #95ADBD
RGB
CMYK
RGB Variations
Color information
#95ADBD (or 0x95ADBD) is known color: Nepal. HEX triplet: 95, AD and BD. RGB value is (149,173,189). Sum of RGB (Red+Green+Blue) = 149+173+189=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #95ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADBD is #6A5242. Grayscale: #A7A7A7. Windows color (decimal): -6967875 or 12430741. OLE color: 12430741.
HSL color Cylindrical-coordinate representation of color #95ADBD: hue angle of 204º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95ADBD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 173 | 189 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.26 |
| HSL | 204º | 0.23% | 0.66% | - |
| HSV(B) | 204º | 0.21% | 0.74% | - |
| XYZ | 36.52 | 39.95 | 53.93 | - |
| YUV | 167.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 189 | 0.21 | 0.08 | 0 | 0.26 | 204 | 0.23 | 0.66 |
| Hex | 95 | AD | BD | 15 | 8 | 0 | 1A | CC | 17 | 42 |
| Octal | 225 | 255 | 275 | 25 | 10 | 0 | 32 | 314 | 27 | 102 |
| Binary | 10010101 | 10101101 | 10111101 | 10101 | 1000 | 0 | 11010 | 11001100 | 10111 | 1000010 |
Color Harmonies of #95ADBD
Complementary color
Monochromatic Colors of #95ADBD
Black with #95ADBD
Text Example
Text Example
White with #95ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADBD; }
p { color: rgb(149,173,189); }
H1.HeaderClassName
{
color: #95ADBD;
}
.AnyTagClassName
{
color: #95ADBD;
}
</style>
background-color css
<style>
a { background-color: #95ADBD; }
a { background-color: rgb(149,173,189); }
div.DivClassName
{
background-color: #95ADBD;
}
.BgClassName
{
background-color: #95ADBD;
}
</style>
border-color css
<style>
span { border-color: #95ADBD; }
span { border-color: rgb(149,173,189); }
td.TdClassName
{
border-color: #95ADBD;
}
.TagClassName
{
border-color: #95ADBD;
}
</style>