Shades of Nepal #99B0BE
Tints of Nepal #99B0BE
RGB
CMYK
RGB Variations
Color information
#99B0BE (or 0x99B0BE) is known color: Nepal. HEX triplet: 99, B0 and BE. RGB value is (153,176,190). Sum of RGB (Red+Green+Blue) = 153+176+190=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #99B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BE is #664F41. Grayscale: #AAAAAA. Windows color (decimal): -6704962 or 12497049. OLE color: 12497049.
HSL color Cylindrical-coordinate representation of color #99B0BE: hue angle of 202.7º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B0BE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 176 | 190 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.25 |
| HSL | 202.7º | 0.22% | 0.67% | - |
| HSV(B) | 202.7º | 0.19% | 0.75% | - |
| XYZ | 37.96 | 41.54 | 54.73 | - |
| YUV | 170.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 190 | 0.19 | 0.07 | 0 | 0.25 | 202.7 | 0.22 | 0.67 |
| Hex | 99 | B0 | BE | 13 | 7 | 0 | 19 | CB | 16 | 43 |
| Octal | 231 | 260 | 276 | 23 | 7 | 0 | 31 | 313 | 26 | 103 |
| Binary | 10011001 | 10110000 | 10111110 | 10011 | 111 | 0 | 11001 | 11001011 | 10110 | 1000011 |
Color Harmonies of #99B0BE
Complementary color
Monochromatic Colors of #99B0BE
Black with #99B0BE
Text Example
Text Example
White with #99B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0BE; }
p { color: rgb(153,176,190); }
H1.HeaderClassName
{
color: #99B0BE;
}
.AnyTagClassName
{
color: #99B0BE;
}
</style>
background-color css
<style>
a { background-color: #99B0BE; }
a { background-color: rgb(153,176,190); }
div.DivClassName
{
background-color: #99B0BE;
}
.BgClassName
{
background-color: #99B0BE;
}
</style>
border-color css
<style>
span { border-color: #99B0BE; }
span { border-color: rgb(153,176,190); }
td.TdClassName
{
border-color: #99B0BE;
}
.TagClassName
{
border-color: #99B0BE;
}
</style>