Shades of Nepal #99AFBB
Tints of Nepal #99AFBB
RGB
CMYK
RGB Variations
Color information
#99AFBB (or 0x99AFBB) is known color: Nepal. HEX triplet: 99, AF and BB. RGB value is (153,175,187). Sum of RGB (Red+Green+Blue) = 153+175+187=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #99AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBB is #665044. Grayscale: #A9A9A9. Windows color (decimal): -6705221 or 12300185. OLE color: 12300185.
HSL color Cylindrical-coordinate representation of color #99AFBB: hue angle of 201.18º 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 #99AFBB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 175 | 187 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.27 |
| HSL | 201.18º | 0.2% | 0.67% | - |
| HSV(B) | 201.18º | 0.18% | 0.73% | - |
| XYZ | 37.44 | 41.02 | 52.96 | - |
| YUV | 169.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 187 | 0.18 | 0.06 | 0 | 0.27 | 201.18 | 0.2 | 0.67 |
| Hex | 99 | AF | BB | 12 | 6 | 0 | 1B | C9 | 14 | 43 |
| Octal | 231 | 257 | 273 | 22 | 6 | 0 | 33 | 311 | 24 | 103 |
| Binary | 10011001 | 10101111 | 10111011 | 10010 | 110 | 0 | 11011 | 11001001 | 10100 | 1000011 |
Color Harmonies of #99AFBB
Complementary color
Monochromatic Colors of #99AFBB
Black with #99AFBB
Text Example
Text Example
White with #99AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFBB; }
p { color: rgb(153,175,187); }
H1.HeaderClassName
{
color: #99AFBB;
}
.AnyTagClassName
{
color: #99AFBB;
}
</style>
background-color css
<style>
a { background-color: #99AFBB; }
a { background-color: rgb(153,175,187); }
div.DivClassName
{
background-color: #99AFBB;
}
.BgClassName
{
background-color: #99AFBB;
}
</style>
border-color css
<style>
span { border-color: #99AFBB; }
span { border-color: rgb(153,175,187); }
td.TdClassName
{
border-color: #99AFBB;
}
.TagClassName
{
border-color: #99AFBB;
}
</style>