Shades of Nepal #8BADC5
Tints of Nepal #8BADC5
RGB
CMYK
RGB Variations
Color information
#8BADC5 (or 0x8BADC5) is known color: Nepal. HEX triplet: 8B, AD and C5. RGB value is (139,173,197). Sum of RGB (Red+Green+Blue) = 139+173+197=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #8BADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADC5 is #74523A. Grayscale: #A5A5A5. Windows color (decimal): -7623227 or 12955019. OLE color: 12955019.
HSL color Cylindrical-coordinate representation of color #8BADC5: hue angle of 204.83º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BADC5 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 173 | 197 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.23 |
| HSL | 204.83º | 0.33% | 0.66% | - |
| HSV(B) | 204.83º | 0.29% | 0.77% | - |
| XYZ | 35.67 | 39.41 | 58.55 | - |
| YUV | 165.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 197 | 0.29 | 0.12 | 0 | 0.23 | 204.83 | 0.33 | 0.66 |
| Hex | 8B | AD | C5 | 1D | C | 0 | 17 | CD | 21 | 42 |
| Octal | 213 | 255 | 305 | 35 | 14 | 0 | 27 | 315 | 41 | 102 |
| Binary | 10001011 | 10101101 | 11000101 | 11101 | 1100 | 0 | 10111 | 11001101 | 100001 | 1000010 |
Color Harmonies of #8BADC5
Complementary color
Monochromatic Colors of #8BADC5
Black with #8BADC5
Text Example
Text Example
White with #8BADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADC5; }
p { color: rgb(139,173,197); }
H1.HeaderClassName
{
color: #8BADC5;
}
.AnyTagClassName
{
color: #8BADC5;
}
</style>
background-color css
<style>
a { background-color: #8BADC5; }
a { background-color: rgb(139,173,197); }
div.DivClassName
{
background-color: #8BADC5;
}
.BgClassName
{
background-color: #8BADC5;
}
</style>
border-color css
<style>
span { border-color: #8BADC5; }
span { border-color: rgb(139,173,197); }
td.TdClassName
{
border-color: #8BADC5;
}
.TagClassName
{
border-color: #8BADC5;
}
</style>