Shades of Nepal #95ABBD
Tints of Nepal #95ABBD
RGB
CMYK
RGB Variations
Color information
#95ABBD (or 0x95ABBD) is known color: Nepal. HEX triplet: 95, AB and BD. RGB value is (149,171,189). Sum of RGB (Red+Green+Blue) = 149+171+189=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #95ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABBD is #6A5442. Grayscale: #A6A6A6. Windows color (decimal): -6968387 or 12430229. OLE color: 12430229.
HSL color Cylindrical-coordinate representation of color #95ABBD: hue angle of 207º 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 #95ABBD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 171 | 189 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.26 |
| HSL | 207º | 0.23% | 0.66% | - |
| HSV(B) | 207º | 0.21% | 0.74% | - |
| XYZ | 36.14 | 39.19 | 53.8 | - |
| YUV | 166.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 171 | 189 | 0.21 | 0.10 | 0 | 0.26 | 207 | 0.23 | 0.66 |
| Hex | 95 | AB | BD | 15 | A | 0 | 1A | CF | 17 | 42 |
| Octal | 225 | 253 | 275 | 25 | 12 | 0 | 32 | 317 | 27 | 102 |
| Binary | 10010101 | 10101011 | 10111101 | 10101 | 1010 | 0 | 11010 | 11001111 | 10111 | 1000010 |
Color Harmonies of #95ABBD
Complementary color
Monochromatic Colors of #95ABBD
Black with #95ABBD
Text Example
Text Example
White with #95ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ABBD; }
p { color: rgb(149,171,189); }
H1.HeaderClassName
{
color: #95ABBD;
}
.AnyTagClassName
{
color: #95ABBD;
}
</style>
background-color css
<style>
a { background-color: #95ABBD; }
a { background-color: rgb(149,171,189); }
div.DivClassName
{
background-color: #95ABBD;
}
.BgClassName
{
background-color: #95ABBD;
}
</style>
border-color css
<style>
span { border-color: #95ABBD; }
span { border-color: rgb(149,171,189); }
td.TdClassName
{
border-color: #95ABBD;
}
.TagClassName
{
border-color: #95ABBD;
}
</style>