Shades of Nepal #88ADC3
Tints of Nepal #88ADC3
RGB
CMYK
RGB Variations
Color information
#88ADC3 (or 0x88ADC3) is known color: Nepal. HEX triplet: 88, AD and C3. RGB value is (136,173,195). Sum of RGB (Red+Green+Blue) = 136+173+195=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #88ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADC3 is #77523C. Grayscale: #A4A4A4. Windows color (decimal): -7819837 or 12823944. OLE color: 12823944.
HSL color Cylindrical-coordinate representation of color #88ADC3: hue angle of 202.37º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88ADC3 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 173 | 195 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.24 |
| HSL | 202.37º | 0.33% | 0.65% | - |
| HSV(B) | 202.37º | 0.3% | 0.76% | - |
| XYZ | 34.95 | 39.06 | 57.33 | - |
| YUV | 164.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 195 | 0.30 | 0.11 | 0 | 0.24 | 202.37 | 0.33 | 0.65 |
| Hex | 88 | AD | C3 | 1E | B | 0 | 18 | CA | 21 | 41 |
| Octal | 210 | 255 | 303 | 36 | 13 | 0 | 30 | 312 | 41 | 101 |
| Binary | 10001000 | 10101101 | 11000011 | 11110 | 1011 | 0 | 11000 | 11001010 | 100001 | 1000001 |
Color Harmonies of #88ADC3
Complementary color
Monochromatic Colors of #88ADC3
Black with #88ADC3
Text Example
Text Example
White with #88ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADC3; }
p { color: rgb(136,173,195); }
H1.HeaderClassName
{
color: #88ADC3;
}
.AnyTagClassName
{
color: #88ADC3;
}
</style>
background-color css
<style>
a { background-color: #88ADC3; }
a { background-color: rgb(136,173,195); }
div.DivClassName
{
background-color: #88ADC3;
}
.BgClassName
{
background-color: #88ADC3;
}
</style>
border-color css
<style>
span { border-color: #88ADC3; }
span { border-color: rgb(136,173,195); }
td.TdClassName
{
border-color: #88ADC3;
}
.TagClassName
{
border-color: #88ADC3;
}
</style>