Shades of Nepal #99ADC3
Tints of Nepal #99ADC3
RGB
CMYK
RGB Variations
Color information
#99ADC3 (or 0x99ADC3) is known color: Nepal. HEX triplet: 99, AD and C3. RGB value is (153,173,195). Sum of RGB (Red+Green+Blue) = 153+173+195=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #99ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADC3 is #66523C. Grayscale: #A9A9A9. Windows color (decimal): -6705725 or 12823961. OLE color: 12823961.
HSL color Cylindrical-coordinate representation of color #99ADC3: hue angle of 211.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99ADC3 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 173 | 195 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.24 |
| HSL | 211.43º | 0.26% | 0.68% | - |
| HSV(B) | 211.43º | 0.22% | 0.76% | - |
| XYZ | 37.93 | 40.6 | 57.47 | - |
| YUV | 169.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 195 | 0.22 | 0.11 | 0 | 0.24 | 211.43 | 0.26 | 0.68 |
| Hex | 99 | AD | C3 | 16 | B | 0 | 18 | D3 | 1A | 44 |
| Octal | 231 | 255 | 303 | 26 | 13 | 0 | 30 | 323 | 32 | 104 |
| Binary | 10011001 | 10101101 | 11000011 | 10110 | 1011 | 0 | 11000 | 11010011 | 11010 | 1000100 |
Color Harmonies of #99ADC3
Complementary color
Monochromatic Colors of #99ADC3
Black with #99ADC3
Text Example
Text Example
White with #99ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADC3; }
p { color: rgb(153,173,195); }
H1.HeaderClassName
{
color: #99ADC3;
}
.AnyTagClassName
{
color: #99ADC3;
}
</style>
background-color css
<style>
a { background-color: #99ADC3; }
a { background-color: rgb(153,173,195); }
div.DivClassName
{
background-color: #99ADC3;
}
.BgClassName
{
background-color: #99ADC3;
}
</style>
border-color css
<style>
span { border-color: #99ADC3; }
span { border-color: rgb(153,173,195); }
td.TdClassName
{
border-color: #99ADC3;
}
.TagClassName
{
border-color: #99ADC3;
}
</style>