Shades of Nepal #99ACBE
Tints of Nepal #99ACBE
RGB
CMYK
RGB Variations
Color information
#99ACBE (or 0x99ACBE) is known color: Nepal. HEX triplet: 99, AC and BE. RGB value is (153,172,190). Sum of RGB (Red+Green+Blue) = 153+172+190=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #99ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACBE is #665341. Grayscale: #A8A8A8. Windows color (decimal): -6705986 or 12496025. OLE color: 12496025.
HSL color Cylindrical-coordinate representation of color #99ACBE: hue angle of 209.19º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99ACBE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 172 | 190 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.25 |
| HSL | 209.19º | 0.22% | 0.67% | - |
| HSV(B) | 209.19º | 0.19% | 0.75% | - |
| XYZ | 37.18 | 40 | 54.48 | - |
| YUV | 168.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 190 | 0.19 | 0.09 | 0 | 0.25 | 209.19 | 0.22 | 0.67 |
| Hex | 99 | AC | BE | 13 | 9 | 0 | 19 | D1 | 16 | 43 |
| Octal | 231 | 254 | 276 | 23 | 11 | 0 | 31 | 321 | 26 | 103 |
| Binary | 10011001 | 10101100 | 10111110 | 10011 | 1001 | 0 | 11001 | 11010001 | 10110 | 1000011 |
Color Harmonies of #99ACBE
Complementary color
Monochromatic Colors of #99ACBE
Black with #99ACBE
Text Example
Text Example
White with #99ACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACBE; }
p { color: rgb(153,172,190); }
H1.HeaderClassName
{
color: #99ACBE;
}
.AnyTagClassName
{
color: #99ACBE;
}
</style>
background-color css
<style>
a { background-color: #99ACBE; }
a { background-color: rgb(153,172,190); }
div.DivClassName
{
background-color: #99ACBE;
}
.BgClassName
{
background-color: #99ACBE;
}
</style>
border-color css
<style>
span { border-color: #99ACBE; }
span { border-color: rgb(153,172,190); }
td.TdClassName
{
border-color: #99ACBE;
}
.TagClassName
{
border-color: #99ACBE;
}
</style>