Shades of Nepal #99AEBB
Tints of Nepal #99AEBB
RGB
CMYK
RGB Variations
Color information
#99AEBB (or 0x99AEBB) is known color: Nepal. HEX triplet: 99, AE and BB. RGB value is (153,174,187). Sum of RGB (Red+Green+Blue) = 153+174+187=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #99AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBB is #665144. Grayscale: #A9A9A9. Windows color (decimal): -6705477 or 12299929. OLE color: 12299929.
HSL color Cylindrical-coordinate representation of color #99AEBB: hue angle of 202.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AEBB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 174 | 187 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.27 |
| HSL | 202.94º | 0.2% | 0.67% | - |
| HSV(B) | 202.94º | 0.18% | 0.73% | - |
| XYZ | 37.24 | 40.63 | 52.89 | - |
| YUV | 169.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 187 | 0.18 | 0.07 | 0 | 0.27 | 202.94 | 0.2 | 0.67 |
| Hex | 99 | AE | BB | 12 | 7 | 0 | 1B | CB | 14 | 43 |
| Octal | 231 | 256 | 273 | 22 | 7 | 0 | 33 | 313 | 24 | 103 |
| Binary | 10011001 | 10101110 | 10111011 | 10010 | 111 | 0 | 11011 | 11001011 | 10100 | 1000011 |
Color Harmonies of #99AEBB
Complementary color
Monochromatic Colors of #99AEBB
Black with #99AEBB
Text Example
Text Example
White with #99AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEBB; }
p { color: rgb(153,174,187); }
H1.HeaderClassName
{
color: #99AEBB;
}
.AnyTagClassName
{
color: #99AEBB;
}
</style>
background-color css
<style>
a { background-color: #99AEBB; }
a { background-color: rgb(153,174,187); }
div.DivClassName
{
background-color: #99AEBB;
}
.BgClassName
{
background-color: #99AEBB;
}
</style>
border-color css
<style>
span { border-color: #99AEBB; }
span { border-color: rgb(153,174,187); }
td.TdClassName
{
border-color: #99AEBB;
}
.TagClassName
{
border-color: #99AEBB;
}
</style>