Shades of Nepal #8BAABB
Tints of Nepal #8BAABB
RGB
CMYK
RGB Variations
Color information
#8BAABB (or 0x8BAABB) is known color: Nepal. HEX triplet: 8B, AA and BB. RGB value is (139,170,187). Sum of RGB (Red+Green+Blue) = 139+170+187=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAABB is #745544. Grayscale: #A2A2A2. Windows color (decimal): -7624005 or 12298891. OLE color: 12298891.
HSL color Cylindrical-coordinate representation of color #8BAABB: hue angle of 201.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BAABB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 170 | 187 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.27 |
| HSL | 201.25º | 0.26% | 0.64% | - |
| HSV(B) | 201.25º | 0.26% | 0.73% | - |
| XYZ | 33.99 | 37.83 | 52.52 | - |
| YUV | 162.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 187 | 0.26 | 0.09 | 0 | 0.27 | 201.25 | 0.26 | 0.64 |
| Hex | 8B | AA | BB | 1A | 9 | 0 | 1B | C9 | 1A | 40 |
| Octal | 213 | 252 | 273 | 32 | 11 | 0 | 33 | 311 | 32 | 100 |
| Binary | 10001011 | 10101010 | 10111011 | 11010 | 1001 | 0 | 11011 | 11001001 | 11010 | 1000000 |
Color Harmonies of #8BAABB
Complementary color
Monochromatic Colors of #8BAABB
Black with #8BAABB
Text Example
Text Example
White with #8BAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAABB; }
p { color: rgb(139,170,187); }
H1.HeaderClassName
{
color: #8BAABB;
}
.AnyTagClassName
{
color: #8BAABB;
}
</style>
background-color css
<style>
a { background-color: #8BAABB; }
a { background-color: rgb(139,170,187); }
div.DivClassName
{
background-color: #8BAABB;
}
.BgClassName
{
background-color: #8BAABB;
}
</style>
border-color css
<style>
span { border-color: #8BAABB; }
span { border-color: rgb(139,170,187); }
td.TdClassName
{
border-color: #8BAABB;
}
.TagClassName
{
border-color: #8BAABB;
}
</style>