Shades of Nepal #99AFBC
Tints of Nepal #99AFBC
RGB
CMYK
RGB Variations
Color information
#99AFBC (or 0x99AFBC) is known color: Nepal. HEX triplet: 99, AF and BC. RGB value is (153,175,188). Sum of RGB (Red+Green+Blue) = 153+175+188=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #99AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBC is #665043. Grayscale: #A9A9A9. Windows color (decimal): -6705220 or 12365721. OLE color: 12365721.
HSL color Cylindrical-coordinate representation of color #99AFBC: hue angle of 202.29º 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 #99AFBC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 175 | 188 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.26 |
| HSL | 202.29º | 0.21% | 0.67% | - |
| HSV(B) | 202.29º | 0.19% | 0.74% | - |
| XYZ | 37.54 | 41.06 | 53.52 | - |
| YUV | 169.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 188 | 0.19 | 0.07 | 0 | 0.26 | 202.29 | 0.21 | 0.67 |
| Hex | 99 | AF | BC | 13 | 7 | 0 | 1A | CA | 15 | 43 |
| Octal | 231 | 257 | 274 | 23 | 7 | 0 | 32 | 312 | 25 | 103 |
| Binary | 10011001 | 10101111 | 10111100 | 10011 | 111 | 0 | 11010 | 11001010 | 10101 | 1000011 |
Color Harmonies of #99AFBC
Complementary color
Monochromatic Colors of #99AFBC
Black with #99AFBC
Text Example
Text Example
White with #99AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFBC; }
p { color: rgb(153,175,188); }
H1.HeaderClassName
{
color: #99AFBC;
}
.AnyTagClassName
{
color: #99AFBC;
}
</style>
background-color css
<style>
a { background-color: #99AFBC; }
a { background-color: rgb(153,175,188); }
div.DivClassName
{
background-color: #99AFBC;
}
.BgClassName
{
background-color: #99AFBC;
}
</style>
border-color css
<style>
span { border-color: #99AFBC; }
span { border-color: rgb(153,175,188); }
td.TdClassName
{
border-color: #99AFBC;
}
.TagClassName
{
border-color: #99AFBC;
}
</style>