Shades of Nepal #94BACB
Tints of Nepal #94BACB
RGB
CMYK
RGB Variations
Color information
#94BACB (or 0x94BACB) is known color: Nepal. HEX triplet: 94, BA and CB. RGB value is (148,186,203). Sum of RGB (Red+Green+Blue) = 148+186+203=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #94BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BACB is #6B4534. Grayscale: #B0B0B0. Windows color (decimal): -7030069 or 13351572. OLE color: 13351572.
HSL color Cylindrical-coordinate representation of color #94BACB: hue angle of 198.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BACB is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 186 | 203 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.20 |
| HSL | 198.55º | 0.35% | 0.69% | - |
| HSV(B) | 198.55º | 0.27% | 0.8% | - |
| XYZ | 40.55 | 45.73 | 63.19 | - |
| YUV | 176.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 203 | 0.27 | 0.08 | 0 | 0.20 | 198.55 | 0.35 | 0.69 |
| Hex | 94 | BA | CB | 1B | 8 | 0 | 14 | C7 | 23 | 45 |
| Octal | 224 | 272 | 313 | 33 | 10 | 0 | 24 | 307 | 43 | 105 |
| Binary | 10010100 | 10111010 | 11001011 | 11011 | 1000 | 0 | 10100 | 11000111 | 100011 | 1000101 |
Color Harmonies of #94BACB
Complementary color
Monochromatic Colors of #94BACB
Black with #94BACB
Text Example
Text Example
White with #94BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BACB; }
p { color: rgb(148,186,203); }
H1.HeaderClassName
{
color: #94BACB;
}
.AnyTagClassName
{
color: #94BACB;
}
</style>
background-color css
<style>
a { background-color: #94BACB; }
a { background-color: rgb(148,186,203); }
div.DivClassName
{
background-color: #94BACB;
}
.BgClassName
{
background-color: #94BACB;
}
</style>
border-color css
<style>
span { border-color: #94BACB; }
span { border-color: rgb(148,186,203); }
td.TdClassName
{
border-color: #94BACB;
}
.TagClassName
{
border-color: #94BACB;
}
</style>