Shades of Nepal #99ABBF
Tints of Nepal #99ABBF
RGB
CMYK
RGB Variations
Color information
#99ABBF (or 0x99ABBF) is known color: Nepal. HEX triplet: 99, AB and BF. RGB value is (153,171,191). Sum of RGB (Red+Green+Blue) = 153+171+191=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #99ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBF is #665440. Grayscale: #A7A7A7. Windows color (decimal): -6706241 or 12561305. OLE color: 12561305.
HSL color Cylindrical-coordinate representation of color #99ABBF: hue angle of 211.58º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99ABBF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 171 | 191 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.25 |
| HSL | 211.58º | 0.23% | 0.67% | - |
| HSV(B) | 211.58º | 0.2% | 0.75% | - |
| XYZ | 37.1 | 39.66 | 54.99 | - |
| YUV | 167.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 191 | 0.20 | 0.10 | 0 | 0.25 | 211.58 | 0.23 | 0.67 |
| Hex | 99 | AB | BF | 14 | A | 0 | 19 | D4 | 17 | 43 |
| Octal | 231 | 253 | 277 | 24 | 12 | 0 | 31 | 324 | 27 | 103 |
| Binary | 10011001 | 10101011 | 10111111 | 10100 | 1010 | 0 | 11001 | 11010100 | 10111 | 1000011 |
Color Harmonies of #99ABBF
Complementary color
Monochromatic Colors of #99ABBF
Black with #99ABBF
Text Example
Text Example
White with #99ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABBF; }
p { color: rgb(153,171,191); }
H1.HeaderClassName
{
color: #99ABBF;
}
.AnyTagClassName
{
color: #99ABBF;
}
</style>
background-color css
<style>
a { background-color: #99ABBF; }
a { background-color: rgb(153,171,191); }
div.DivClassName
{
background-color: #99ABBF;
}
.BgClassName
{
background-color: #99ABBF;
}
</style>
border-color css
<style>
span { border-color: #99ABBF; }
span { border-color: rgb(153,171,191); }
td.TdClassName
{
border-color: #99ABBF;
}
.TagClassName
{
border-color: #99ABBF;
}
</style>