Shades of Nepal #99ADBD
Tints of Nepal #99ADBD
RGB
CMYK
RGB Variations
Color information
#99ADBD (or 0x99ADBD) is known color: Nepal. HEX triplet: 99, AD and BD. RGB value is (153,173,189). Sum of RGB (Red+Green+Blue) = 153+173+189=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #99ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBD is #665242. Grayscale: #A8A8A8. Windows color (decimal): -6705731 or 12430745. OLE color: 12430745.
HSL color Cylindrical-coordinate representation of color #99ADBD: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99ADBD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 173 | 189 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.26 |
| HSL | 206.67º | 0.21% | 0.67% | - |
| HSV(B) | 206.67º | 0.19% | 0.74% | - |
| XYZ | 37.27 | 40.33 | 53.97 | - |
| YUV | 168.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 189 | 0.19 | 0.08 | 0 | 0.26 | 206.67 | 0.21 | 0.67 |
| Hex | 99 | AD | BD | 13 | 8 | 0 | 1A | CF | 15 | 43 |
| Octal | 231 | 255 | 275 | 23 | 10 | 0 | 32 | 317 | 25 | 103 |
| Binary | 10011001 | 10101101 | 10111101 | 10011 | 1000 | 0 | 11010 | 11001111 | 10101 | 1000011 |
Color Harmonies of #99ADBD
Complementary color
Monochromatic Colors of #99ADBD
Black with #99ADBD
Text Example
Text Example
White with #99ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADBD; }
p { color: rgb(153,173,189); }
H1.HeaderClassName
{
color: #99ADBD;
}
.AnyTagClassName
{
color: #99ADBD;
}
</style>
background-color css
<style>
a { background-color: #99ADBD; }
a { background-color: rgb(153,173,189); }
div.DivClassName
{
background-color: #99ADBD;
}
.BgClassName
{
background-color: #99ADBD;
}
</style>
border-color css
<style>
span { border-color: #99ADBD; }
span { border-color: rgb(153,173,189); }
td.TdClassName
{
border-color: #99ADBD;
}
.TagClassName
{
border-color: #99ADBD;
}
</style>