Shades of Nepal #88ACC0
Tints of Nepal #88ACC0
RGB
CMYK
RGB Variations
Color information
#88ACC0 (or 0x88ACC0) is known color: Nepal. HEX triplet: 88, AC and C0. RGB value is (136,172,192). Sum of RGB (Red+Green+Blue) = 136+172+192=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #88ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACC0 is #77533F. Grayscale: #A3A3A3. Windows color (decimal): -7820096 or 12627080. OLE color: 12627080.
HSL color Cylindrical-coordinate representation of color #88ACC0: hue angle of 201.43º degrees, saturation: 0.31, 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 #88ACC0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 172 | 192 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.25 |
| HSL | 201.43º | 0.31% | 0.64% | - |
| HSV(B) | 201.43º | 0.29% | 0.75% | - |
| XYZ | 34.42 | 38.55 | 55.49 | - |
| YUV | 163.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 192 | 0.29 | 0.10 | 0 | 0.25 | 201.43 | 0.31 | 0.64 |
| Hex | 88 | AC | C0 | 1D | A | 0 | 19 | C9 | 1F | 40 |
| Octal | 210 | 254 | 300 | 35 | 12 | 0 | 31 | 311 | 37 | 100 |
| Binary | 10001000 | 10101100 | 11000000 | 11101 | 1010 | 0 | 11001 | 11001001 | 11111 | 1000000 |
Color Harmonies of #88ACC0
Complementary color
Monochromatic Colors of #88ACC0
Black with #88ACC0
Text Example
Text Example
White with #88ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ACC0; }
p { color: rgb(136,172,192); }
H1.HeaderClassName
{
color: #88ACC0;
}
.AnyTagClassName
{
color: #88ACC0;
}
</style>
background-color css
<style>
a { background-color: #88ACC0; }
a { background-color: rgb(136,172,192); }
div.DivClassName
{
background-color: #88ACC0;
}
.BgClassName
{
background-color: #88ACC0;
}
</style>
border-color css
<style>
span { border-color: #88ACC0; }
span { border-color: rgb(136,172,192); }
td.TdClassName
{
border-color: #88ACC0;
}
.TagClassName
{
border-color: #88ACC0;
}
</style>