Shades of Nepal #94B0C1
Tints of Nepal #94B0C1
RGB
CMYK
RGB Variations
Color information
#94B0C1 (or 0x94B0C1) is known color: Nepal. HEX triplet: 94, B0 and C1. RGB value is (148,176,193). Sum of RGB (Red+Green+Blue) = 148+176+193=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #94B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0C1 is #6B4F3E. Grayscale: #A9A9A9. Windows color (decimal): -7032639 or 12693652. OLE color: 12693652.
HSL color Cylindrical-coordinate representation of color #94B0C1: hue angle of 202.67º 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 #94B0C1 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 176 | 193 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.24 |
| HSL | 202.67º | 0.27% | 0.67% | - |
| HSV(B) | 202.67º | 0.23% | 0.76% | - |
| XYZ | 37.36 | 41.2 | 56.43 | - |
| YUV | 169.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 176 | 193 | 0.23 | 0.09 | 0 | 0.24 | 202.67 | 0.27 | 0.67 |
| Hex | 94 | B0 | C1 | 17 | 9 | 0 | 18 | CB | 1B | 43 |
| Octal | 224 | 260 | 301 | 27 | 11 | 0 | 30 | 313 | 33 | 103 |
| Binary | 10010100 | 10110000 | 11000001 | 10111 | 1001 | 0 | 11000 | 11001011 | 11011 | 1000011 |
Color Harmonies of #94B0C1
Complementary color
Monochromatic Colors of #94B0C1
Black with #94B0C1
Text Example
Text Example
White with #94B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B0C1; }
p { color: rgb(148,176,193); }
H1.HeaderClassName
{
color: #94B0C1;
}
.AnyTagClassName
{
color: #94B0C1;
}
</style>
background-color css
<style>
a { background-color: #94B0C1; }
a { background-color: rgb(148,176,193); }
div.DivClassName
{
background-color: #94B0C1;
}
.BgClassName
{
background-color: #94B0C1;
}
</style>
border-color css
<style>
span { border-color: #94B0C1; }
span { border-color: rgb(148,176,193); }
td.TdClassName
{
border-color: #94B0C1;
}
.TagClassName
{
border-color: #94B0C1;
}
</style>