Shades of Nepal #8DACBD
Tints of Nepal #8DACBD
RGB
CMYK
RGB Variations
Color information
#8DACBD (or 0x8DACBD) is known color: Nepal. HEX triplet: 8D, AC and BD. RGB value is (141,172,189). Sum of RGB (Red+Green+Blue) = 141+172+189=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACBD is #725342. Grayscale: #A4A4A4. Windows color (decimal): -7492419 or 12430477. OLE color: 12430477.
HSL color Cylindrical-coordinate representation of color #8DACBD: hue angle of 201.25º degrees, saturation: 0.27, 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 #8DACBD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 172 | 189 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.26 |
| HSL | 201.25º | 0.27% | 0.65% | - |
| HSV(B) | 201.25º | 0.25% | 0.74% | - |
| XYZ | 34.92 | 38.84 | 53.8 | - |
| YUV | 164.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 189 | 0.25 | 0.09 | 0 | 0.26 | 201.25 | 0.27 | 0.65 |
| Hex | 8D | AC | BD | 19 | 9 | 0 | 1A | C9 | 1B | 41 |
| Octal | 215 | 254 | 275 | 31 | 11 | 0 | 32 | 311 | 33 | 101 |
| Binary | 10001101 | 10101100 | 10111101 | 11001 | 1001 | 0 | 11010 | 11001001 | 11011 | 1000001 |
Color Harmonies of #8DACBD
Complementary color
Monochromatic Colors of #8DACBD
Black with #8DACBD
Text Example
Text Example
White with #8DACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACBD; }
p { color: rgb(141,172,189); }
H1.HeaderClassName
{
color: #8DACBD;
}
.AnyTagClassName
{
color: #8DACBD;
}
</style>
background-color css
<style>
a { background-color: #8DACBD; }
a { background-color: rgb(141,172,189); }
div.DivClassName
{
background-color: #8DACBD;
}
.BgClassName
{
background-color: #8DACBD;
}
</style>
border-color css
<style>
span { border-color: #8DACBD; }
span { border-color: rgb(141,172,189); }
td.TdClassName
{
border-color: #8DACBD;
}
.TagClassName
{
border-color: #8DACBD;
}
</style>