Shades of Nepal #99AEBC
Tints of Nepal #99AEBC
RGB
CMYK
RGB Variations
Color information
#99AEBC (or 0x99AEBC) is known color: Nepal. HEX triplet: 99, AE and BC. RGB value is (153,174,188). Sum of RGB (Red+Green+Blue) = 153+174+188=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #99AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEBC is #665143. Grayscale: #A9A9A9. Windows color (decimal): -6705476 or 12365465. OLE color: 12365465.
HSL color Cylindrical-coordinate representation of color #99AEBC: hue angle of 204º 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 #99AEBC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 174 | 188 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.26 |
| HSL | 204º | 0.21% | 0.67% | - |
| HSV(B) | 204º | 0.19% | 0.74% | - |
| XYZ | 37.35 | 40.68 | 53.46 | - |
| YUV | 169.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 188 | 0.19 | 0.07 | 0 | 0.26 | 204 | 0.21 | 0.67 |
| Hex | 99 | AE | BC | 13 | 7 | 0 | 1A | CC | 15 | 43 |
| Octal | 231 | 256 | 274 | 23 | 7 | 0 | 32 | 314 | 25 | 103 |
| Binary | 10011001 | 10101110 | 10111100 | 10011 | 111 | 0 | 11010 | 11001100 | 10101 | 1000011 |
Color Harmonies of #99AEBC
Complementary color
Monochromatic Colors of #99AEBC
Black with #99AEBC
Text Example
Text Example
White with #99AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEBC; }
p { color: rgb(153,174,188); }
H1.HeaderClassName
{
color: #99AEBC;
}
.AnyTagClassName
{
color: #99AEBC;
}
</style>
background-color css
<style>
a { background-color: #99AEBC; }
a { background-color: rgb(153,174,188); }
div.DivClassName
{
background-color: #99AEBC;
}
.BgClassName
{
background-color: #99AEBC;
}
</style>
border-color css
<style>
span { border-color: #99AEBC; }
span { border-color: rgb(153,174,188); }
td.TdClassName
{
border-color: #99AEBC;
}
.TagClassName
{
border-color: #99AEBC;
}
</style>