Shades of Nepal #88A4B9
Tints of Nepal #88A4B9
RGB
CMYK
RGB Variations
Color information
#88A4B9 (or 0x88A4B9) is known color: Nepal. HEX triplet: 88, A4 and B9. RGB value is (136,164,185). Sum of RGB (Red+Green+Blue) = 136+164+185=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #88A4B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A4B9 is #775B46. Grayscale: #9D9D9D. Windows color (decimal): -7822151 or 12166280. OLE color: 12166280.
HSL color Cylindrical-coordinate representation of color #88A4B9: hue angle of 205.71º 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 #88A4B9 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 164 | 185 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.27 |
| HSL | 205.71º | 0.26% | 0.63% | - |
| HSV(B) | 205.71º | 0.26% | 0.73% | - |
| XYZ | 32.19 | 35.29 | 51.01 | - |
| YUV | 158.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 185 | 0.26 | 0.11 | 0 | 0.27 | 205.71 | 0.26 | 0.63 |
| Hex | 88 | A4 | B9 | 1A | B | 0 | 1B | CE | 1A | 3F |
| Octal | 210 | 244 | 271 | 32 | 13 | 0 | 33 | 316 | 32 | 77 |
| Binary | 10001000 | 10100100 | 10111001 | 11010 | 1011 | 0 | 11011 | 11001110 | 11010 | 111111 |
Color Harmonies of #88A4B9
Complementary color
Monochromatic Colors of #88A4B9
Black with #88A4B9
Text Example
Text Example
White with #88A4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A4B9; }
p { color: rgb(136,164,185); }
H1.HeaderClassName
{
color: #88A4B9;
}
.AnyTagClassName
{
color: #88A4B9;
}
</style>
background-color css
<style>
a { background-color: #88A4B9; }
a { background-color: rgb(136,164,185); }
div.DivClassName
{
background-color: #88A4B9;
}
.BgClassName
{
background-color: #88A4B9;
}
</style>
border-color css
<style>
span { border-color: #88A4B9; }
span { border-color: rgb(136,164,185); }
td.TdClassName
{
border-color: #88A4B9;
}
.TagClassName
{
border-color: #88A4B9;
}
</style>