Shades of Nepal #88A3B9
Tints of Nepal #88A3B9
RGB
CMYK
RGB Variations
Color information
#88A3B9 (or 0x88A3B9) is known color: Nepal. HEX triplet: 88, A3 and B9. RGB value is (136,163,185). Sum of RGB (Red+Green+Blue) = 136+163+185=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #88A3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3B9 is #775C46. Grayscale: #9D9D9D. Windows color (decimal): -7822407 or 12166024. OLE color: 12166024.
HSL color Cylindrical-coordinate representation of color #88A3B9: hue angle of 206.94º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88A3B9 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 163 | 185 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.27 |
| HSL | 206.94º | 0.26% | 0.63% | - |
| HSV(B) | 206.94º | 0.26% | 0.73% | - |
| XYZ | 32.01 | 34.93 | 50.95 | - |
| YUV | 157.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 185 | 0.26 | 0.12 | 0 | 0.27 | 206.94 | 0.26 | 0.63 |
| Hex | 88 | A3 | B9 | 1A | C | 0 | 1B | CF | 1A | 3F |
| Octal | 210 | 243 | 271 | 32 | 14 | 0 | 33 | 317 | 32 | 77 |
| Binary | 10001000 | 10100011 | 10111001 | 11010 | 1100 | 0 | 11011 | 11001111 | 11010 | 111111 |
Color Harmonies of #88A3B9
Complementary color
Monochromatic Colors of #88A3B9
Black with #88A3B9
Text Example
Text Example
White with #88A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A3B9; }
p { color: rgb(136,163,185); }
H1.HeaderClassName
{
color: #88A3B9;
}
.AnyTagClassName
{
color: #88A3B9;
}
</style>
background-color css
<style>
a { background-color: #88A3B9; }
a { background-color: rgb(136,163,185); }
div.DivClassName
{
background-color: #88A3B9;
}
.BgClassName
{
background-color: #88A3B9;
}
</style>
border-color css
<style>
span { border-color: #88A3B9; }
span { border-color: rgb(136,163,185); }
td.TdClassName
{
border-color: #88A3B9;
}
.TagClassName
{
border-color: #88A3B9;
}
</style>