Shades of Nepal #99ABB4
Tints of Nepal #99ABB4
RGB
CMYK
RGB Variations
Color information
#99ABB4 (or 0x99ABB4) is known color: Nepal. HEX triplet: 99, AB and B4. RGB value is (153,171,180). Sum of RGB (Red+Green+Blue) = 153+171+180=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #99ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABB4 is #66544B. Grayscale: #A6A6A6. Windows color (decimal): -6706252 or 11840409. OLE color: 11840409.
HSL color Cylindrical-coordinate representation of color #99ABB4: hue angle of 200º degrees, saturation: 0.15, 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 #99ABB4 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 171 | 180 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.29 |
| HSL | 200º | 0.15% | 0.65% | - |
| HSV(B) | 200º | 0.15% | 0.71% | - |
| XYZ | 35.94 | 39.19 | 48.85 | - |
| YUV | 166.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 180 | 0.15 | 0.05 | 0 | 0.29 | 200 | 0.15 | 0.65 |
| Hex | 99 | AB | B4 | F | 5 | 0 | 1D | C8 | F | 41 |
| Octal | 231 | 253 | 264 | 17 | 5 | 0 | 35 | 310 | 17 | 101 |
| Binary | 10011001 | 10101011 | 10110100 | 1111 | 101 | 0 | 11101 | 11001000 | 1111 | 1000001 |
Color Harmonies of #99ABB4
Complementary color
Monochromatic Colors of #99ABB4
Black with #99ABB4
Text Example
Text Example
White with #99ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABB4; }
p { color: rgb(153,171,180); }
H1.HeaderClassName
{
color: #99ABB4;
}
.AnyTagClassName
{
color: #99ABB4;
}
</style>
background-color css
<style>
a { background-color: #99ABB4; }
a { background-color: rgb(153,171,180); }
div.DivClassName
{
background-color: #99ABB4;
}
.BgClassName
{
background-color: #99ABB4;
}
</style>
border-color css
<style>
span { border-color: #99ABB4; }
span { border-color: rgb(153,171,180); }
td.TdClassName
{
border-color: #99ABB4;
}
.TagClassName
{
border-color: #99ABB4;
}
</style>