Shades of Nepal #8EADBB
Tints of Nepal #8EADBB
RGB
CMYK
RGB Variations
Color information
#8EADBB (or 0x8EADBB) is known color: Nepal. HEX triplet: 8E, AD and BB. RGB value is (142,173,187). Sum of RGB (Red+Green+Blue) = 142+173+187=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBB is #715244. Grayscale: #A5A5A5. Windows color (decimal): -7426629 or 12299662. OLE color: 12299662.
HSL color Cylindrical-coordinate representation of color #8EADBB: hue angle of 198.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EADBB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 173 | 187 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.27 |
| HSL | 198.67º | 0.25% | 0.65% | - |
| HSV(B) | 198.67º | 0.24% | 0.73% | - |
| XYZ | 35.07 | 39.23 | 52.74 | - |
| YUV | 165.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 187 | 0.24 | 0.07 | 0 | 0.27 | 198.67 | 0.25 | 0.65 |
| Hex | 8E | AD | BB | 18 | 7 | 0 | 1B | C7 | 19 | 41 |
| Octal | 216 | 255 | 273 | 30 | 7 | 0 | 33 | 307 | 31 | 101 |
| Binary | 10001110 | 10101101 | 10111011 | 11000 | 111 | 0 | 11011 | 11000111 | 11001 | 1000001 |
Color Harmonies of #8EADBB
Complementary color
Monochromatic Colors of #8EADBB
Black with #8EADBB
Text Example
Text Example
White with #8EADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADBB; }
p { color: rgb(142,173,187); }
H1.HeaderClassName
{
color: #8EADBB;
}
.AnyTagClassName
{
color: #8EADBB;
}
</style>
background-color css
<style>
a { background-color: #8EADBB; }
a { background-color: rgb(142,173,187); }
div.DivClassName
{
background-color: #8EADBB;
}
.BgClassName
{
background-color: #8EADBB;
}
</style>
border-color css
<style>
span { border-color: #8EADBB; }
span { border-color: rgb(142,173,187); }
td.TdClassName
{
border-color: #8EADBB;
}
.TagClassName
{
border-color: #8EADBB;
}
</style>