Shades of Nepal #8BACC0
Tints of Nepal #8BACC0
RGB
CMYK
RGB Variations
Color information
#8BACC0 (or 0x8BACC0) is known color: Nepal. HEX triplet: 8B, AC and C0. RGB value is (139,172,192). Sum of RGB (Red+Green+Blue) = 139+172+192=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC0 is #74533F. Grayscale: #A4A4A4. Windows color (decimal): -7623488 or 12627083. OLE color: 12627083.
HSL color Cylindrical-coordinate representation of color #8BACC0: hue angle of 202.64º 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 #8BACC0 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 172 | 192 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.25 |
| HSL | 202.64º | 0.3% | 0.65% | - |
| HSV(B) | 202.64º | 0.28% | 0.75% | - |
| XYZ | 34.91 | 38.8 | 55.52 | - |
| YUV | 164.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 192 | 0.28 | 0.10 | 0 | 0.25 | 202.64 | 0.3 | 0.65 |
| Hex | 8B | AC | C0 | 1C | A | 0 | 19 | CB | 1E | 41 |
| Octal | 213 | 254 | 300 | 34 | 12 | 0 | 31 | 313 | 36 | 101 |
| Binary | 10001011 | 10101100 | 11000000 | 11100 | 1010 | 0 | 11001 | 11001011 | 11110 | 1000001 |
Color Harmonies of #8BACC0
Complementary color
Monochromatic Colors of #8BACC0
Black with #8BACC0
Text Example
Text Example
White with #8BACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACC0; }
p { color: rgb(139,172,192); }
H1.HeaderClassName
{
color: #8BACC0;
}
.AnyTagClassName
{
color: #8BACC0;
}
</style>
background-color css
<style>
a { background-color: #8BACC0; }
a { background-color: rgb(139,172,192); }
div.DivClassName
{
background-color: #8BACC0;
}
.BgClassName
{
background-color: #8BACC0;
}
</style>
border-color css
<style>
span { border-color: #8BACC0; }
span { border-color: rgb(139,172,192); }
td.TdClassName
{
border-color: #8BACC0;
}
.TagClassName
{
border-color: #8BACC0;
}
</style>