Shades of Nepal #8EACBD
Tints of Nepal #8EACBD
RGB
CMYK
RGB Variations
Color information
#8EACBD (or 0x8EACBD) is known color: Nepal. HEX triplet: 8E, AC and BD. RGB value is (142,172,189). Sum of RGB (Red+Green+Blue) = 142+172+189=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBD is #715342. Grayscale: #A4A4A4. Windows color (decimal): -7426883 or 12430478. OLE color: 12430478.
HSL color Cylindrical-coordinate representation of color #8EACBD: hue angle of 201.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EACBD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 172 | 189 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.26 |
| HSL | 201.7º | 0.26% | 0.65% | - |
| HSV(B) | 201.7º | 0.25% | 0.74% | - |
| XYZ | 35.09 | 38.93 | 53.81 | - |
| YUV | 164.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 189 | 0.25 | 0.09 | 0 | 0.26 | 201.7 | 0.26 | 0.65 |
| Hex | 8E | AC | BD | 19 | 9 | 0 | 1A | CA | 1A | 41 |
| Octal | 216 | 254 | 275 | 31 | 11 | 0 | 32 | 312 | 32 | 101 |
| Binary | 10001110 | 10101100 | 10111101 | 11001 | 1001 | 0 | 11010 | 11001010 | 11010 | 1000001 |
Color Harmonies of #8EACBD
Complementary color
Monochromatic Colors of #8EACBD
Black with #8EACBD
Text Example
Text Example
White with #8EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACBD; }
p { color: rgb(142,172,189); }
H1.HeaderClassName
{
color: #8EACBD;
}
.AnyTagClassName
{
color: #8EACBD;
}
</style>
background-color css
<style>
a { background-color: #8EACBD; }
a { background-color: rgb(142,172,189); }
div.DivClassName
{
background-color: #8EACBD;
}
.BgClassName
{
background-color: #8EACBD;
}
</style>
border-color css
<style>
span { border-color: #8EACBD; }
span { border-color: rgb(142,172,189); }
td.TdClassName
{
border-color: #8EACBD;
}
.TagClassName
{
border-color: #8EACBD;
}
</style>