Shades of Nepal #99ACB6
Tints of Nepal #99ACB6
RGB
CMYK
RGB Variations
Color information
#99ACB6 (or 0x99ACB6) is known color: Nepal. HEX triplet: 99, AC and B6. RGB value is (153,172,182). Sum of RGB (Red+Green+Blue) = 153+172+182=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #99ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACB6 is #665349. Grayscale: #A7A7A7. Windows color (decimal): -6705994 or 11971737. OLE color: 11971737.
HSL color Cylindrical-coordinate representation of color #99ACB6: hue angle of 200.69º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99ACB6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 172 | 182 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.29 |
| HSL | 200.69º | 0.17% | 0.66% | - |
| HSV(B) | 200.69º | 0.16% | 0.71% | - |
| XYZ | 36.33 | 39.65 | 50 | - |
| YUV | 167.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 182 | 0.16 | 0.05 | 0 | 0.29 | 200.69 | 0.17 | 0.66 |
| Hex | 99 | AC | B6 | 10 | 5 | 0 | 1D | C9 | 11 | 42 |
| Octal | 231 | 254 | 266 | 20 | 5 | 0 | 35 | 311 | 21 | 102 |
| Binary | 10011001 | 10101100 | 10110110 | 10000 | 101 | 0 | 11101 | 11001001 | 10001 | 1000010 |
Color Harmonies of #99ACB6
Complementary color
Monochromatic Colors of #99ACB6
Black with #99ACB6
Text Example
Text Example
White with #99ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACB6; }
p { color: rgb(153,172,182); }
H1.HeaderClassName
{
color: #99ACB6;
}
.AnyTagClassName
{
color: #99ACB6;
}
</style>
background-color css
<style>
a { background-color: #99ACB6; }
a { background-color: rgb(153,172,182); }
div.DivClassName
{
background-color: #99ACB6;
}
.BgClassName
{
background-color: #99ACB6;
}
</style>
border-color css
<style>
span { border-color: #99ACB6; }
span { border-color: rgb(153,172,182); }
td.TdClassName
{
border-color: #99ACB6;
}
.TagClassName
{
border-color: #99ACB6;
}
</style>