Shades of Nepal #99ABBD
Tints of Nepal #99ABBD
RGB
CMYK
RGB Variations
Color information
#99ABBD (or 0x99ABBD) is known color: Nepal. HEX triplet: 99, AB and BD. RGB value is (153,171,189). Sum of RGB (Red+Green+Blue) = 153+171+189=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #99ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBD is #665442. Grayscale: #A7A7A7. Windows color (decimal): -6706243 or 12430233. OLE color: 12430233.
HSL color Cylindrical-coordinate representation of color #99ABBD: hue angle of 210º 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 #99ABBD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 171 | 189 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.26 |
| HSL | 210º | 0.21% | 0.67% | - |
| HSV(B) | 210º | 0.19% | 0.74% | - |
| XYZ | 36.89 | 39.57 | 53.84 | - |
| YUV | 167.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 189 | 0.19 | 0.10 | 0 | 0.26 | 210 | 0.21 | 0.67 |
| Hex | 99 | AB | BD | 13 | A | 0 | 1A | D2 | 15 | 43 |
| Octal | 231 | 253 | 275 | 23 | 12 | 0 | 32 | 322 | 25 | 103 |
| Binary | 10011001 | 10101011 | 10111101 | 10011 | 1010 | 0 | 11010 | 11010010 | 10101 | 1000011 |
Color Harmonies of #99ABBD
Complementary color
Monochromatic Colors of #99ABBD
Black with #99ABBD
Text Example
Text Example
White with #99ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABBD; }
p { color: rgb(153,171,189); }
H1.HeaderClassName
{
color: #99ABBD;
}
.AnyTagClassName
{
color: #99ABBD;
}
</style>
background-color css
<style>
a { background-color: #99ABBD; }
a { background-color: rgb(153,171,189); }
div.DivClassName
{
background-color: #99ABBD;
}
.BgClassName
{
background-color: #99ABBD;
}
</style>
border-color css
<style>
span { border-color: #99ABBD; }
span { border-color: rgb(153,171,189); }
td.TdClassName
{
border-color: #99ABBD;
}
.TagClassName
{
border-color: #99ABBD;
}
</style>