Shades of Nepal #8BABBD
Tints of Nepal #8BABBD
RGB
CMYK
RGB Variations
Color information
#8BABBD (or 0x8BABBD) is known color: Nepal. HEX triplet: 8B, AB and BD. RGB value is (139,171,189). Sum of RGB (Red+Green+Blue) = 139+171+189=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABBD is #745442. Grayscale: #A3A3A3. Windows color (decimal): -7623747 or 12430219. OLE color: 12430219.
HSL color Cylindrical-coordinate representation of color #8BABBD: hue angle of 201.6º 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 #8BABBD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 171 | 189 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.26 |
| HSL | 201.6º | 0.27% | 0.64% | - |
| HSV(B) | 201.6º | 0.26% | 0.74% | - |
| XYZ | 34.4 | 38.29 | 53.72 | - |
| YUV | 163.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 189 | 0.26 | 0.10 | 0 | 0.26 | 201.6 | 0.27 | 0.64 |
| Hex | 8B | AB | BD | 1A | A | 0 | 1A | CA | 1B | 40 |
| Octal | 213 | 253 | 275 | 32 | 12 | 0 | 32 | 312 | 33 | 100 |
| Binary | 10001011 | 10101011 | 10111101 | 11010 | 1010 | 0 | 11010 | 11001010 | 11011 | 1000000 |
Color Harmonies of #8BABBD
Complementary color
Monochromatic Colors of #8BABBD
Black with #8BABBD
Text Example
Text Example
White with #8BABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABBD; }
p { color: rgb(139,171,189); }
H1.HeaderClassName
{
color: #8BABBD;
}
.AnyTagClassName
{
color: #8BABBD;
}
</style>
background-color css
<style>
a { background-color: #8BABBD; }
a { background-color: rgb(139,171,189); }
div.DivClassName
{
background-color: #8BABBD;
}
.BgClassName
{
background-color: #8BABBD;
}
</style>
border-color css
<style>
span { border-color: #8BABBD; }
span { border-color: rgb(139,171,189); }
td.TdClassName
{
border-color: #8BABBD;
}
.TagClassName
{
border-color: #8BABBD;
}
</style>