Shades of Nepal #99B0BA
Tints of Nepal #99B0BA
RGB
CMYK
RGB Variations
Color information
#99B0BA (or 0x99B0BA) is known color: Nepal. HEX triplet: 99, B0 and BA. RGB value is (153,176,186). Sum of RGB (Red+Green+Blue) = 153+176+186=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BA is #664F45. Grayscale: #AAAAAA. Windows color (decimal): -6704966 or 12234905. OLE color: 12234905.
HSL color Cylindrical-coordinate representation of color #99B0BA: hue angle of 198.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99B0BA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 176 | 186 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.27 |
| HSL | 198.18º | 0.19% | 0.66% | - |
| HSV(B) | 198.18º | 0.18% | 0.73% | - |
| XYZ | 37.53 | 41.37 | 52.46 | - |
| YUV | 170.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 186 | 0.18 | 0.05 | 0 | 0.27 | 198.18 | 0.19 | 0.66 |
| Hex | 99 | B0 | BA | 12 | 5 | 0 | 1B | C6 | 13 | 42 |
| Octal | 231 | 260 | 272 | 22 | 5 | 0 | 33 | 306 | 23 | 102 |
| Binary | 10011001 | 10110000 | 10111010 | 10010 | 101 | 0 | 11011 | 11000110 | 10011 | 1000010 |
Color Harmonies of #99B0BA
Complementary color
Monochromatic Colors of #99B0BA
Black with #99B0BA
Text Example
Text Example
White with #99B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0BA; }
p { color: rgb(153,176,186); }
H1.HeaderClassName
{
color: #99B0BA;
}
.AnyTagClassName
{
color: #99B0BA;
}
</style>
background-color css
<style>
a { background-color: #99B0BA; }
a { background-color: rgb(153,176,186); }
div.DivClassName
{
background-color: #99B0BA;
}
.BgClassName
{
background-color: #99B0BA;
}
</style>
border-color css
<style>
span { border-color: #99B0BA; }
span { border-color: rgb(153,176,186); }
td.TdClassName
{
border-color: #99B0BA;
}
.TagClassName
{
border-color: #99B0BA;
}
</style>