Shades of Nepal #8BADC0
Tints of Nepal #8BADC0
RGB
CMYK
RGB Variations
Color information
#8BADC0 (or 0x8BADC0) is known color: Nepal. HEX triplet: 8B, AD and C0. RGB value is (139,173,192). Sum of RGB (Red+Green+Blue) = 139+173+192=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADC0 is #74523F. Grayscale: #A4A4A4. Windows color (decimal): -7623232 or 12627339. OLE color: 12627339.
HSL color Cylindrical-coordinate representation of color #8BADC0: hue angle of 201.51º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BADC0 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 173 | 192 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.25 |
| HSL | 201.51º | 0.3% | 0.65% | - |
| HSV(B) | 201.51º | 0.28% | 0.75% | - |
| XYZ | 35.11 | 39.18 | 55.58 | - |
| YUV | 165 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 192 | 0.28 | 0.10 | 0 | 0.25 | 201.51 | 0.3 | 0.65 |
| Hex | 8B | AD | C0 | 1C | A | 0 | 19 | CA | 1E | 41 |
| Octal | 213 | 255 | 300 | 34 | 12 | 0 | 31 | 312 | 36 | 101 |
| Binary | 10001011 | 10101101 | 11000000 | 11100 | 1010 | 0 | 11001 | 11001010 | 11110 | 1000001 |
Color Harmonies of #8BADC0
Complementary color
Monochromatic Colors of #8BADC0
Black with #8BADC0
Text Example
Text Example
White with #8BADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADC0; }
p { color: rgb(139,173,192); }
H1.HeaderClassName
{
color: #8BADC0;
}
.AnyTagClassName
{
color: #8BADC0;
}
</style>
background-color css
<style>
a { background-color: #8BADC0; }
a { background-color: rgb(139,173,192); }
div.DivClassName
{
background-color: #8BADC0;
}
.BgClassName
{
background-color: #8BADC0;
}
</style>
border-color css
<style>
span { border-color: #8BADC0; }
span { border-color: rgb(139,173,192); }
td.TdClassName
{
border-color: #8BADC0;
}
.TagClassName
{
border-color: #8BADC0;
}
</style>