Shades of Nepal #99ABBB
Tints of Nepal #99ABBB
RGB
CMYK
RGB Variations
Color information
#99ABBB (or 0x99ABBB) is known color: Nepal. HEX triplet: 99, AB and BB. RGB value is (153,171,187). Sum of RGB (Red+Green+Blue) = 153+171+187=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #99ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBB is #665444. Grayscale: #A7A7A7. Windows color (decimal): -6706245 or 12299161. OLE color: 12299161.
HSL color Cylindrical-coordinate representation of color #99ABBB: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99ABBB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 171 | 187 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.27 |
| HSL | 208.24º | 0.2% | 0.67% | - |
| HSV(B) | 208.24º | 0.18% | 0.73% | - |
| XYZ | 36.67 | 39.49 | 52.7 | - |
| YUV | 167.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 187 | 0.18 | 0.09 | 0 | 0.27 | 208.24 | 0.2 | 0.67 |
| Hex | 99 | AB | BB | 12 | 9 | 0 | 1B | D0 | 14 | 43 |
| Octal | 231 | 253 | 273 | 22 | 11 | 0 | 33 | 320 | 24 | 103 |
| Binary | 10011001 | 10101011 | 10111011 | 10010 | 1001 | 0 | 11011 | 11010000 | 10100 | 1000011 |
Color Harmonies of #99ABBB
Complementary color
Monochromatic Colors of #99ABBB
Black with #99ABBB
Text Example
Text Example
White with #99ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABBB; }
p { color: rgb(153,171,187); }
H1.HeaderClassName
{
color: #99ABBB;
}
.AnyTagClassName
{
color: #99ABBB;
}
</style>
background-color css
<style>
a { background-color: #99ABBB; }
a { background-color: rgb(153,171,187); }
div.DivClassName
{
background-color: #99ABBB;
}
.BgClassName
{
background-color: #99ABBB;
}
</style>
border-color css
<style>
span { border-color: #99ABBB; }
span { border-color: rgb(153,171,187); }
td.TdClassName
{
border-color: #99ABBB;
}
.TagClassName
{
border-color: #99ABBB;
}
</style>