Shades of Nepal #94B1C3
Tints of Nepal #94B1C3
RGB
CMYK
RGB Variations
Color information
#94B1C3 (or 0x94B1C3) is known color: Nepal. HEX triplet: 94, B1 and C3. RGB value is (148,177,195). Sum of RGB (Red+Green+Blue) = 148+177+195=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #94B1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1C3 is #6B4E3C. Grayscale: #AAAAAA. Windows color (decimal): -7032381 or 12824980. OLE color: 12824980.
HSL color Cylindrical-coordinate representation of color #94B1C3: hue angle of 202.98º 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 #94B1C3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 177 | 195 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.24 |
| HSL | 202.98º | 0.28% | 0.67% | - |
| HSV(B) | 202.98º | 0.24% | 0.76% | - |
| XYZ | 37.79 | 41.68 | 57.68 | - |
| YUV | 170.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 195 | 0.24 | 0.09 | 0 | 0.24 | 202.98 | 0.28 | 0.67 |
| Hex | 94 | B1 | C3 | 18 | 9 | 0 | 18 | CB | 1C | 43 |
| Octal | 224 | 261 | 303 | 30 | 11 | 0 | 30 | 313 | 34 | 103 |
| Binary | 10010100 | 10110001 | 11000011 | 11000 | 1001 | 0 | 11000 | 11001011 | 11100 | 1000011 |
Color Harmonies of #94B1C3
Complementary color
Monochromatic Colors of #94B1C3
Black with #94B1C3
Text Example
Text Example
White with #94B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1C3; }
p { color: rgb(148,177,195); }
H1.HeaderClassName
{
color: #94B1C3;
}
.AnyTagClassName
{
color: #94B1C3;
}
</style>
background-color css
<style>
a { background-color: #94B1C3; }
a { background-color: rgb(148,177,195); }
div.DivClassName
{
background-color: #94B1C3;
}
.BgClassName
{
background-color: #94B1C3;
}
</style>
border-color css
<style>
span { border-color: #94B1C3; }
span { border-color: rgb(148,177,195); }
td.TdClassName
{
border-color: #94B1C3;
}
.TagClassName
{
border-color: #94B1C3;
}
</style>