Shades of Nepal #99ABB5
Tints of Nepal #99ABB5
RGB
CMYK
RGB Variations
Color information
#99ABB5 (or 0x99ABB5) is known color: Nepal. HEX triplet: 99, AB and B5. RGB value is (153,171,181). Sum of RGB (Red+Green+Blue) = 153+171+181=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #99ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABB5 is #66544A. Grayscale: #A6A6A6. Windows color (decimal): -6706251 or 11905945. OLE color: 11905945.
HSL color Cylindrical-coordinate representation of color #99ABB5: hue angle of 201.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99ABB5 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 171 | 181 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.29 |
| HSL | 201.43º | 0.16% | 0.65% | - |
| HSV(B) | 201.43º | 0.15% | 0.71% | - |
| XYZ | 36.04 | 39.23 | 49.39 | - |
| YUV | 166.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 181 | 0.15 | 0.06 | 0 | 0.29 | 201.43 | 0.16 | 0.65 |
| Hex | 99 | AB | B5 | F | 6 | 0 | 1D | C9 | 10 | 41 |
| Octal | 231 | 253 | 265 | 17 | 6 | 0 | 35 | 311 | 20 | 101 |
| Binary | 10011001 | 10101011 | 10110101 | 1111 | 110 | 0 | 11101 | 11001001 | 10000 | 1000001 |
Color Harmonies of #99ABB5
Complementary color
Monochromatic Colors of #99ABB5
Black with #99ABB5
Text Example
Text Example
White with #99ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABB5; }
p { color: rgb(153,171,181); }
H1.HeaderClassName
{
color: #99ABB5;
}
.AnyTagClassName
{
color: #99ABB5;
}
</style>
background-color css
<style>
a { background-color: #99ABB5; }
a { background-color: rgb(153,171,181); }
div.DivClassName
{
background-color: #99ABB5;
}
.BgClassName
{
background-color: #99ABB5;
}
</style>
border-color css
<style>
span { border-color: #99ABB5; }
span { border-color: rgb(153,171,181); }
td.TdClassName
{
border-color: #99ABB5;
}
.TagClassName
{
border-color: #99ABB5;
}
</style>