Shades of Nepal #8BAABD
Tints of Nepal #8BAABD
RGB
CMYK
RGB Variations
Color information
#8BAABD (or 0x8BAABD) is known color: Nepal. HEX triplet: 8B, AA and BD. RGB value is (139,170,189). Sum of RGB (Red+Green+Blue) = 139+170+189=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAABD is #745542. Grayscale: #A2A2A2. Windows color (decimal): -7624003 or 12429963. OLE color: 12429963.
HSL color Cylindrical-coordinate representation of color #8BAABD: hue angle of 202.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BAABD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 170 | 189 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.26 |
| HSL | 202.8º | 0.27% | 0.64% | - |
| HSV(B) | 202.8º | 0.26% | 0.74% | - |
| XYZ | 34.21 | 37.91 | 53.66 | - |
| YUV | 162.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 189 | 0.26 | 0.10 | 0 | 0.26 | 202.8 | 0.27 | 0.64 |
| Hex | 8B | AA | BD | 1A | A | 0 | 1A | CB | 1B | 40 |
| Octal | 213 | 252 | 275 | 32 | 12 | 0 | 32 | 313 | 33 | 100 |
| Binary | 10001011 | 10101010 | 10111101 | 11010 | 1010 | 0 | 11010 | 11001011 | 11011 | 1000000 |
Color Harmonies of #8BAABD
Complementary color
Monochromatic Colors of #8BAABD
Black with #8BAABD
Text Example
Text Example
White with #8BAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAABD; }
p { color: rgb(139,170,189); }
H1.HeaderClassName
{
color: #8BAABD;
}
.AnyTagClassName
{
color: #8BAABD;
}
</style>
background-color css
<style>
a { background-color: #8BAABD; }
a { background-color: rgb(139,170,189); }
div.DivClassName
{
background-color: #8BAABD;
}
.BgClassName
{
background-color: #8BAABD;
}
</style>
border-color css
<style>
span { border-color: #8BAABD; }
span { border-color: rgb(139,170,189); }
td.TdClassName
{
border-color: #8BAABD;
}
.TagClassName
{
border-color: #8BAABD;
}
</style>