Shades of Nepal #8EADBC
Tints of Nepal #8EADBC
RGB
CMYK
RGB Variations
Color information
#8EADBC (or 0x8EADBC) is known color: Nepal. HEX triplet: 8E, AD and BC. RGB value is (142,173,188). Sum of RGB (Red+Green+Blue) = 142+173+188=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBC is #715243. Grayscale: #A5A5A5. Windows color (decimal): -7426628 or 12365198. OLE color: 12365198.
HSL color Cylindrical-coordinate representation of color #8EADBC: hue angle of 199.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EADBC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 173 | 188 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.26 |
| HSL | 199.57º | 0.26% | 0.65% | - |
| HSV(B) | 199.57º | 0.24% | 0.74% | - |
| XYZ | 35.18 | 39.27 | 53.3 | - |
| YUV | 165.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 188 | 0.24 | 0.08 | 0 | 0.26 | 199.57 | 0.26 | 0.65 |
| Hex | 8E | AD | BC | 18 | 8 | 0 | 1A | C8 | 1A | 41 |
| Octal | 216 | 255 | 274 | 30 | 10 | 0 | 32 | 310 | 32 | 101 |
| Binary | 10001110 | 10101101 | 10111100 | 11000 | 1000 | 0 | 11010 | 11001000 | 11010 | 1000001 |
Color Harmonies of #8EADBC
Complementary color
Monochromatic Colors of #8EADBC
Black with #8EADBC
Text Example
Text Example
White with #8EADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADBC; }
p { color: rgb(142,173,188); }
H1.HeaderClassName
{
color: #8EADBC;
}
.AnyTagClassName
{
color: #8EADBC;
}
</style>
background-color css
<style>
a { background-color: #8EADBC; }
a { background-color: rgb(142,173,188); }
div.DivClassName
{
background-color: #8EADBC;
}
.BgClassName
{
background-color: #8EADBC;
}
</style>
border-color css
<style>
span { border-color: #8EADBC; }
span { border-color: rgb(142,173,188); }
td.TdClassName
{
border-color: #8EADBC;
}
.TagClassName
{
border-color: #8EADBC;
}
</style>