Shades of Nepal #88A2B8
Tints of Nepal #88A2B8
RGB
CMYK
RGB Variations
Color information
#88A2B8 (or 0x88A2B8) is known color: Nepal. HEX triplet: 88, A2 and B8. RGB value is (136,162,184). Sum of RGB (Red+Green+Blue) = 136+162+184=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 184 - color contains mainly: blue. Hex color #88A2B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2B8 is #775D47. Grayscale: #9C9C9C. Windows color (decimal): -7822664 or 12100232. OLE color: 12100232.
HSL color Cylindrical-coordinate representation of color #88A2B8: hue angle of 207.5º 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 #88A2B8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 162 | 184 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.28 |
| HSL | 207.5º | 0.25% | 0.63% | - |
| HSV(B) | 207.5º | 0.26% | 0.72% | - |
| XYZ | 31.73 | 34.54 | 50.34 | - |
| YUV | 156.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 184 | 0.26 | 0.12 | 0 | 0.28 | 207.5 | 0.25 | 0.63 |
| Hex | 88 | A2 | B8 | 1A | C | 0 | 1C | D0 | 19 | 3F |
| Octal | 210 | 242 | 270 | 32 | 14 | 0 | 34 | 320 | 31 | 77 |
| Binary | 10001000 | 10100010 | 10111000 | 11010 | 1100 | 0 | 11100 | 11010000 | 11001 | 111111 |
Color Harmonies of #88A2B8
Complementary color
Monochromatic Colors of #88A2B8
Black with #88A2B8
Text Example
Text Example
White with #88A2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A2B8; }
p { color: rgb(136,162,184); }
H1.HeaderClassName
{
color: #88A2B8;
}
.AnyTagClassName
{
color: #88A2B8;
}
</style>
background-color css
<style>
a { background-color: #88A2B8; }
a { background-color: rgb(136,162,184); }
div.DivClassName
{
background-color: #88A2B8;
}
.BgClassName
{
background-color: #88A2B8;
}
</style>
border-color css
<style>
span { border-color: #88A2B8; }
span { border-color: rgb(136,162,184); }
td.TdClassName
{
border-color: #88A2B8;
}
.TagClassName
{
border-color: #88A2B8;
}
</style>