Shades of Nepal #94BACE
Tints of Nepal #94BACE
RGB
CMYK
RGB Variations
Color information
#94BACE (or 0x94BACE) is known color: Nepal. HEX triplet: 94, BA and CE. RGB value is (148,186,206). Sum of RGB (Red+Green+Blue) = 148+186+206=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #94BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BACE is #6B4531. Grayscale: #B0B0B0. Windows color (decimal): -7030066 or 13548180. OLE color: 13548180.
HSL color Cylindrical-coordinate representation of color #94BACE: hue angle of 200.69º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94BACE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 186 | 206 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.19 |
| HSL | 200.69º | 0.37% | 0.69% | - |
| HSV(B) | 200.69º | 0.28% | 0.81% | - |
| XYZ | 40.91 | 45.87 | 65.09 | - |
| YUV | 176.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 206 | 0.28 | 0.10 | 0 | 0.19 | 200.69 | 0.37 | 0.69 |
| Hex | 94 | BA | CE | 1C | A | 0 | 13 | C9 | 25 | 45 |
| Octal | 224 | 272 | 316 | 34 | 12 | 0 | 23 | 311 | 45 | 105 |
| Binary | 10010100 | 10111010 | 11001110 | 11100 | 1010 | 0 | 10011 | 11001001 | 100101 | 1000101 |
Color Harmonies of #94BACE
Complementary color
Monochromatic Colors of #94BACE
Black with #94BACE
Text Example
Text Example
White with #94BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BACE; }
p { color: rgb(148,186,206); }
H1.HeaderClassName
{
color: #94BACE;
}
.AnyTagClassName
{
color: #94BACE;
}
</style>
background-color css
<style>
a { background-color: #94BACE; }
a { background-color: rgb(148,186,206); }
div.DivClassName
{
background-color: #94BACE;
}
.BgClassName
{
background-color: #94BACE;
}
</style>
border-color css
<style>
span { border-color: #94BACE; }
span { border-color: rgb(148,186,206); }
td.TdClassName
{
border-color: #94BACE;
}
.TagClassName
{
border-color: #94BACE;
}
</style>