Shades of Nepal #99A6B2
Tints of Nepal #99A6B2
RGB
CMYK
RGB Variations
Color information
#99A6B2 (or 0x99A6B2) is known color: Nepal. HEX triplet: 99, A6 and B2. RGB value is (153,166,178). Sum of RGB (Red+Green+Blue) = 153+166+178=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #99A6B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A6B2 is #66594D. Grayscale: #A3A3A3. Windows color (decimal): -6707534 or 11708057. OLE color: 11708057.
HSL color Cylindrical-coordinate representation of color #99A6B2: hue angle of 208.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A6B2 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 166 | 178 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.30 |
| HSL | 208.8º | 0.14% | 0.65% | - |
| HSV(B) | 208.8º | 0.14% | 0.7% | - |
| XYZ | 34.81 | 37.26 | 47.48 | - |
| YUV | 163.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 178 | 0.14 | 0.07 | 0 | 0.30 | 208.8 | 0.14 | 0.65 |
| Hex | 99 | A6 | B2 | E | 7 | 0 | 1E | D1 | E | 41 |
| Octal | 231 | 246 | 262 | 16 | 7 | 0 | 36 | 321 | 16 | 101 |
| Binary | 10011001 | 10100110 | 10110010 | 1110 | 111 | 0 | 11110 | 11010001 | 1110 | 1000001 |
Color Harmonies of #99A6B2
Complementary color
Monochromatic Colors of #99A6B2
Black with #99A6B2
Text Example
Text Example
White with #99A6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A6B2; }
p { color: rgb(153,166,178); }
H1.HeaderClassName
{
color: #99A6B2;
}
.AnyTagClassName
{
color: #99A6B2;
}
</style>
background-color css
<style>
a { background-color: #99A6B2; }
a { background-color: rgb(153,166,178); }
div.DivClassName
{
background-color: #99A6B2;
}
.BgClassName
{
background-color: #99A6B2;
}
</style>
border-color css
<style>
span { border-color: #99A6B2; }
span { border-color: rgb(153,166,178); }
td.TdClassName
{
border-color: #99A6B2;
}
.TagClassName
{
border-color: #99A6B2;
}
</style>