Shades of Nepal #88A4B8
Tints of Nepal #88A4B8
RGB
CMYK
RGB Variations
Color information
#88A4B8 (or 0x88A4B8) is known color: Nepal. HEX triplet: 88, A4 and B8. RGB value is (136,164,184). Sum of RGB (Red+Green+Blue) = 136+164+184=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #88A4B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A4B8 is #775B47. Grayscale: #9D9D9D. Windows color (decimal): -7822152 or 12100744. OLE color: 12100744.
HSL color Cylindrical-coordinate representation of color #88A4B8: hue angle of 205º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88A4B8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 164 | 184 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.28 |
| HSL | 205º | 0.25% | 0.63% | - |
| HSV(B) | 205º | 0.26% | 0.72% | - |
| XYZ | 32.08 | 35.25 | 50.46 | - |
| YUV | 157.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 184 | 0.26 | 0.11 | 0 | 0.28 | 205 | 0.25 | 0.63 |
| Hex | 88 | A4 | B8 | 1A | B | 0 | 1C | CD | 19 | 3F |
| Octal | 210 | 244 | 270 | 32 | 13 | 0 | 34 | 315 | 31 | 77 |
| Binary | 10001000 | 10100100 | 10111000 | 11010 | 1011 | 0 | 11100 | 11001101 | 11001 | 111111 |
Color Harmonies of #88A4B8
Complementary color
Monochromatic Colors of #88A4B8
Black with #88A4B8
Text Example
Text Example
White with #88A4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A4B8; }
p { color: rgb(136,164,184); }
H1.HeaderClassName
{
color: #88A4B8;
}
.AnyTagClassName
{
color: #88A4B8;
}
</style>
background-color css
<style>
a { background-color: #88A4B8; }
a { background-color: rgb(136,164,184); }
div.DivClassName
{
background-color: #88A4B8;
}
.BgClassName
{
background-color: #88A4B8;
}
</style>
border-color css
<style>
span { border-color: #88A4B8; }
span { border-color: rgb(136,164,184); }
td.TdClassName
{
border-color: #88A4B8;
}
.TagClassName
{
border-color: #88A4B8;
}
</style>