Shades of Nepal #88A5BF
Tints of Nepal #88A5BF
RGB
CMYK
RGB Variations
Color information
#88A5BF (or 0x88A5BF) is known color: Nepal. HEX triplet: 88, A5 and BF. RGB value is (136,165,191). Sum of RGB (Red+Green+Blue) = 136+165+191=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #88A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5BF is #775A40. Grayscale: #9F9F9F. Windows color (decimal): -7821889 or 12559752. OLE color: 12559752.
HSL color Cylindrical-coordinate representation of color #88A5BF: hue angle of 208.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A5BF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 165 | 191 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.25 |
| HSL | 208.36º | 0.3% | 0.64% | - |
| HSV(B) | 208.36º | 0.29% | 0.75% | - |
| XYZ | 33.01 | 35.91 | 54.48 | - |
| YUV | 159.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 191 | 0.29 | 0.14 | 0 | 0.25 | 208.36 | 0.3 | 0.64 |
| Hex | 88 | A5 | BF | 1D | E | 0 | 19 | D0 | 1E | 40 |
| Octal | 210 | 245 | 277 | 35 | 16 | 0 | 31 | 320 | 36 | 100 |
| Binary | 10001000 | 10100101 | 10111111 | 11101 | 1110 | 0 | 11001 | 11010000 | 11110 | 1000000 |
Color Harmonies of #88A5BF
Complementary color
Monochromatic Colors of #88A5BF
Black with #88A5BF
Text Example
Text Example
White with #88A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5BF; }
p { color: rgb(136,165,191); }
H1.HeaderClassName
{
color: #88A5BF;
}
.AnyTagClassName
{
color: #88A5BF;
}
</style>
background-color css
<style>
a { background-color: #88A5BF; }
a { background-color: rgb(136,165,191); }
div.DivClassName
{
background-color: #88A5BF;
}
.BgClassName
{
background-color: #88A5BF;
}
</style>
border-color css
<style>
span { border-color: #88A5BF; }
span { border-color: rgb(136,165,191); }
td.TdClassName
{
border-color: #88A5BF;
}
.TagClassName
{
border-color: #88A5BF;
}
</style>