Shades of Nepal #95B2C3
Tints of Nepal #95B2C3
RGB
CMYK
RGB Variations
Color information
#95B2C3 (or 0x95B2C3) is known color: Nepal. HEX triplet: 95, B2 and C3. RGB value is (149,178,195). Sum of RGB (Red+Green+Blue) = 149+178+195=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 195 - color contains mainly: blue. Hex color #95B2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2C3 is #6A4D3C. Grayscale: #ABABAB. Windows color (decimal): -6966589 or 12825237. OLE color: 12825237.
HSL color Cylindrical-coordinate representation of color #95B2C3: hue angle of 202.17º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95B2C3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 178 | 195 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.24 |
| HSL | 202.17º | 0.28% | 0.67% | - |
| HSV(B) | 202.17º | 0.24% | 0.76% | - |
| XYZ | 38.17 | 42.17 | 57.76 | - |
| YUV | 171.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 178 | 195 | 0.24 | 0.09 | 0 | 0.24 | 202.17 | 0.28 | 0.67 |
| Hex | 95 | B2 | C3 | 18 | 9 | 0 | 18 | CA | 1C | 43 |
| Octal | 225 | 262 | 303 | 30 | 11 | 0 | 30 | 312 | 34 | 103 |
| Binary | 10010101 | 10110010 | 11000011 | 11000 | 1001 | 0 | 11000 | 11001010 | 11100 | 1000011 |
Color Harmonies of #95B2C3
Complementary color
Monochromatic Colors of #95B2C3
Black with #95B2C3
Text Example
Text Example
White with #95B2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B2C3; }
p { color: rgb(149,178,195); }
H1.HeaderClassName
{
color: #95B2C3;
}
.AnyTagClassName
{
color: #95B2C3;
}
</style>
background-color css
<style>
a { background-color: #95B2C3; }
a { background-color: rgb(149,178,195); }
div.DivClassName
{
background-color: #95B2C3;
}
.BgClassName
{
background-color: #95B2C3;
}
</style>
border-color css
<style>
span { border-color: #95B2C3; }
span { border-color: rgb(149,178,195); }
td.TdClassName
{
border-color: #95B2C3;
}
.TagClassName
{
border-color: #95B2C3;
}
</style>