Shades of Nepal #94B1C1
Tints of Nepal #94B1C1
RGB
CMYK
RGB Variations
Color information
#94B1C1 (or 0x94B1C1) is known color: Nepal. HEX triplet: 94, B1 and C1. RGB value is (148,177,193). Sum of RGB (Red+Green+Blue) = 148+177+193=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #94B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1C1 is #6B4E3E. Grayscale: #AAAAAA. Windows color (decimal): -7032383 or 12693908. OLE color: 12693908.
HSL color Cylindrical-coordinate representation of color #94B1C1: hue angle of 201.33º degrees, saturation: 0.27, 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 #94B1C1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 177 | 193 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.24 |
| HSL | 201.33º | 0.27% | 0.67% | - |
| HSV(B) | 201.33º | 0.23% | 0.76% | - |
| XYZ | 37.56 | 41.59 | 56.5 | - |
| YUV | 170.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 193 | 0.23 | 0.08 | 0 | 0.24 | 201.33 | 0.27 | 0.67 |
| Hex | 94 | B1 | C1 | 17 | 8 | 0 | 18 | C9 | 1B | 43 |
| Octal | 224 | 261 | 301 | 27 | 10 | 0 | 30 | 311 | 33 | 103 |
| Binary | 10010100 | 10110001 | 11000001 | 10111 | 1000 | 0 | 11000 | 11001001 | 11011 | 1000011 |
Color Harmonies of #94B1C1
Complementary color
Monochromatic Colors of #94B1C1
Black with #94B1C1
Text Example
Text Example
White with #94B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1C1; }
p { color: rgb(148,177,193); }
H1.HeaderClassName
{
color: #94B1C1;
}
.AnyTagClassName
{
color: #94B1C1;
}
</style>
background-color css
<style>
a { background-color: #94B1C1; }
a { background-color: rgb(148,177,193); }
div.DivClassName
{
background-color: #94B1C1;
}
.BgClassName
{
background-color: #94B1C1;
}
</style>
border-color css
<style>
span { border-color: #94B1C1; }
span { border-color: rgb(148,177,193); }
td.TdClassName
{
border-color: #94B1C1;
}
.TagClassName
{
border-color: #94B1C1;
}
</style>