Shades of Nepal #99B3C6
Tints of Nepal #99B3C6
RGB
CMYK
RGB Variations
Color information
#99B3C6 (or 0x99B3C6) is known color: Nepal. HEX triplet: 99, B3 and C6. RGB value is (153,179,198). Sum of RGB (Red+Green+Blue) = 153+179+198=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #99B3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3C6 is #664C39. Grayscale: #ADADAD. Windows color (decimal): -6704186 or 13022105. OLE color: 13022105.
HSL color Cylindrical-coordinate representation of color #99B3C6: hue angle of 205.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B3C6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 179 | 198 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.22 |
| HSL | 205.33º | 0.28% | 0.69% | - |
| HSV(B) | 205.33º | 0.23% | 0.78% | - |
| XYZ | 39.45 | 43.09 | 59.66 | - |
| YUV | 173.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 198 | 0.23 | 0.10 | 0 | 0.22 | 205.33 | 0.28 | 0.69 |
| Hex | 99 | B3 | C6 | 17 | A | 0 | 16 | CD | 1C | 45 |
| Octal | 231 | 263 | 306 | 27 | 12 | 0 | 26 | 315 | 34 | 105 |
| Binary | 10011001 | 10110011 | 11000110 | 10111 | 1010 | 0 | 10110 | 11001101 | 11100 | 1000101 |
Color Harmonies of #99B3C6
Complementary color
Monochromatic Colors of #99B3C6
Black with #99B3C6
Text Example
Text Example
White with #99B3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B3C6; }
p { color: rgb(153,179,198); }
H1.HeaderClassName
{
color: #99B3C6;
}
.AnyTagClassName
{
color: #99B3C6;
}
</style>
background-color css
<style>
a { background-color: #99B3C6; }
a { background-color: rgb(153,179,198); }
div.DivClassName
{
background-color: #99B3C6;
}
.BgClassName
{
background-color: #99B3C6;
}
</style>
border-color css
<style>
span { border-color: #99B3C6; }
span { border-color: rgb(153,179,198); }
td.TdClassName
{
border-color: #99B3C6;
}
.TagClassName
{
border-color: #99B3C6;
}
</style>