Shades of Nepal #99AEBA
Tints of Nepal #99AEBA
RGB
CMYK
RGB Variations
Color information
#99AEBA (or 0x99AEBA) is known color: Nepal. HEX triplet: 99, AE and BA. RGB value is (153,174,186). Sum of RGB (Red+Green+Blue) = 153+174+186=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #99AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBA is #665145. Grayscale: #A9A9A9. Windows color (decimal): -6705478 or 12234393. OLE color: 12234393.
HSL color Cylindrical-coordinate representation of color #99AEBA: hue angle of 201.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AEBA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 174 | 186 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.27 |
| HSL | 201.82º | 0.19% | 0.66% | - |
| HSV(B) | 201.82º | 0.18% | 0.73% | - |
| XYZ | 37.14 | 40.59 | 52.33 | - |
| YUV | 169.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 186 | 0.18 | 0.06 | 0 | 0.27 | 201.82 | 0.19 | 0.66 |
| Hex | 99 | AE | BA | 12 | 6 | 0 | 1B | CA | 13 | 42 |
| Octal | 231 | 256 | 272 | 22 | 6 | 0 | 33 | 312 | 23 | 102 |
| Binary | 10011001 | 10101110 | 10111010 | 10010 | 110 | 0 | 11011 | 11001010 | 10011 | 1000010 |
Color Harmonies of #99AEBA
Complementary color
Monochromatic Colors of #99AEBA
Black with #99AEBA
Text Example
Text Example
White with #99AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEBA; }
p { color: rgb(153,174,186); }
H1.HeaderClassName
{
color: #99AEBA;
}
.AnyTagClassName
{
color: #99AEBA;
}
</style>
background-color css
<style>
a { background-color: #99AEBA; }
a { background-color: rgb(153,174,186); }
div.DivClassName
{
background-color: #99AEBA;
}
.BgClassName
{
background-color: #99AEBA;
}
</style>
border-color css
<style>
span { border-color: #99AEBA; }
span { border-color: rgb(153,174,186); }
td.TdClassName
{
border-color: #99AEBA;
}
.TagClassName
{
border-color: #99AEBA;
}
</style>