Shades of Nepal #95B1C1
Tints of Nepal #95B1C1
RGB
CMYK
RGB Variations
Color information
#95B1C1 (or 0x95B1C1) is known color: Nepal. HEX triplet: 95, B1 and C1. RGB value is (149,177,193). Sum of RGB (Red+Green+Blue) = 149+177+193=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #95B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1C1 is #6A4E3E. Grayscale: #AAAAAA. Windows color (decimal): -6966847 or 12693909. OLE color: 12693909.
HSL color Cylindrical-coordinate representation of color #95B1C1: hue angle of 201.82º degrees, saturation: 0.26, 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 #95B1C1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 177 | 193 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.24 |
| HSL | 201.82º | 0.26% | 0.67% | - |
| HSV(B) | 201.82º | 0.23% | 0.76% | - |
| XYZ | 37.74 | 41.68 | 56.51 | - |
| YUV | 170.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 193 | 0.23 | 0.08 | 0 | 0.24 | 201.82 | 0.26 | 0.67 |
| Hex | 95 | B1 | C1 | 17 | 8 | 0 | 18 | CA | 1A | 43 |
| Octal | 225 | 261 | 301 | 27 | 10 | 0 | 30 | 312 | 32 | 103 |
| Binary | 10010101 | 10110001 | 11000001 | 10111 | 1000 | 0 | 11000 | 11001010 | 11010 | 1000011 |
Color Harmonies of #95B1C1
Complementary color
Monochromatic Colors of #95B1C1
Black with #95B1C1
Text Example
Text Example
White with #95B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B1C1; }
p { color: rgb(149,177,193); }
H1.HeaderClassName
{
color: #95B1C1;
}
.AnyTagClassName
{
color: #95B1C1;
}
</style>
background-color css
<style>
a { background-color: #95B1C1; }
a { background-color: rgb(149,177,193); }
div.DivClassName
{
background-color: #95B1C1;
}
.BgClassName
{
background-color: #95B1C1;
}
</style>
border-color css
<style>
span { border-color: #95B1C1; }
span { border-color: rgb(149,177,193); }
td.TdClassName
{
border-color: #95B1C1;
}
.TagClassName
{
border-color: #95B1C1;
}
</style>