Shades of Nepal #94AEBC
Tints of Nepal #94AEBC
RGB
CMYK
RGB Variations
Color information
#94AEBC (or 0x94AEBC) is known color: Nepal. HEX triplet: 94, AE and BC. RGB value is (148,174,188). Sum of RGB (Red+Green+Blue) = 148+174+188=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #94AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEBC is #6B5143. Grayscale: #A7A7A7. Windows color (decimal): -7033156 or 12365460. OLE color: 12365460.
HSL color Cylindrical-coordinate representation of color #94AEBC: hue angle of 201º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94AEBC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 174 | 188 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.26 |
| HSL | 201º | 0.23% | 0.66% | - |
| HSV(B) | 201º | 0.21% | 0.74% | - |
| XYZ | 36.43 | 40.2 | 53.42 | - |
| YUV | 167.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 188 | 0.21 | 0.07 | 0 | 0.26 | 201 | 0.23 | 0.66 |
| Hex | 94 | AE | BC | 15 | 7 | 0 | 1A | C9 | 17 | 42 |
| Octal | 224 | 256 | 274 | 25 | 7 | 0 | 32 | 311 | 27 | 102 |
| Binary | 10010100 | 10101110 | 10111100 | 10101 | 111 | 0 | 11010 | 11001001 | 10111 | 1000010 |
Color Harmonies of #94AEBC
Complementary color
Monochromatic Colors of #94AEBC
Black with #94AEBC
Text Example
Text Example
White with #94AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AEBC; }
p { color: rgb(148,174,188); }
H1.HeaderClassName
{
color: #94AEBC;
}
.AnyTagClassName
{
color: #94AEBC;
}
</style>
background-color css
<style>
a { background-color: #94AEBC; }
a { background-color: rgb(148,174,188); }
div.DivClassName
{
background-color: #94AEBC;
}
.BgClassName
{
background-color: #94AEBC;
}
</style>
border-color css
<style>
span { border-color: #94AEBC; }
span { border-color: rgb(148,174,188); }
td.TdClassName
{
border-color: #94AEBC;
}
.TagClassName
{
border-color: #94AEBC;
}
</style>