Shades of Nepal #99AEBD
Tints of Nepal #99AEBD
RGB
CMYK
RGB Variations
Color information
#99AEBD (or 0x99AEBD) is known color: Nepal. HEX triplet: 99, AE and BD. RGB value is (153,174,189). Sum of RGB (Red+Green+Blue) = 153+174+189=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #99AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBD is #665142. Grayscale: #A9A9A9. Windows color (decimal): -6705475 or 12431001. OLE color: 12431001.
HSL color Cylindrical-coordinate representation of color #99AEBD: hue angle of 205º 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 #99AEBD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 174 | 189 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.26 |
| HSL | 205º | 0.21% | 0.67% | - |
| HSV(B) | 205º | 0.19% | 0.74% | - |
| XYZ | 37.46 | 40.72 | 54.03 | - |
| YUV | 169.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 189 | 0.19 | 0.08 | 0 | 0.26 | 205 | 0.21 | 0.67 |
| Hex | 99 | AE | BD | 13 | 8 | 0 | 1A | CD | 15 | 43 |
| Octal | 231 | 256 | 275 | 23 | 10 | 0 | 32 | 315 | 25 | 103 |
| Binary | 10011001 | 10101110 | 10111101 | 10011 | 1000 | 0 | 11010 | 11001101 | 10101 | 1000011 |
Color Harmonies of #99AEBD
Complementary color
Monochromatic Colors of #99AEBD
Black with #99AEBD
Text Example
Text Example
White with #99AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEBD; }
p { color: rgb(153,174,189); }
H1.HeaderClassName
{
color: #99AEBD;
}
.AnyTagClassName
{
color: #99AEBD;
}
</style>
background-color css
<style>
a { background-color: #99AEBD; }
a { background-color: rgb(153,174,189); }
div.DivClassName
{
background-color: #99AEBD;
}
.BgClassName
{
background-color: #99AEBD;
}
</style>
border-color css
<style>
span { border-color: #99AEBD; }
span { border-color: rgb(153,174,189); }
td.TdClassName
{
border-color: #99AEBD;
}
.TagClassName
{
border-color: #99AEBD;
}
</style>