Shades of Nepal #99B0BC
Tints of Nepal #99B0BC
RGB
CMYK
RGB Variations
Color information
#99B0BC (or 0x99B0BC) is known color: Nepal. HEX triplet: 99, B0 and BC. RGB value is (153,176,188). Sum of RGB (Red+Green+Blue) = 153+176+188=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BC is #664F43. Grayscale: #AAAAAA. Windows color (decimal): -6704964 or 12365977. OLE color: 12365977.
HSL color Cylindrical-coordinate representation of color #99B0BC: hue angle of 200.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B0BC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 176 | 188 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.26 |
| HSL | 200.57º | 0.21% | 0.67% | - |
| HSV(B) | 200.57º | 0.19% | 0.74% | - |
| XYZ | 37.74 | 41.45 | 53.59 | - |
| YUV | 170.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 188 | 0.19 | 0.06 | 0 | 0.26 | 200.57 | 0.21 | 0.67 |
| Hex | 99 | B0 | BC | 13 | 6 | 0 | 1A | C9 | 15 | 43 |
| Octal | 231 | 260 | 274 | 23 | 6 | 0 | 32 | 311 | 25 | 103 |
| Binary | 10011001 | 10110000 | 10111100 | 10011 | 110 | 0 | 11010 | 11001001 | 10101 | 1000011 |
Color Harmonies of #99B0BC
Complementary color
Monochromatic Colors of #99B0BC
Black with #99B0BC
Text Example
Text Example
White with #99B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0BC; }
p { color: rgb(153,176,188); }
H1.HeaderClassName
{
color: #99B0BC;
}
.AnyTagClassName
{
color: #99B0BC;
}
</style>
background-color css
<style>
a { background-color: #99B0BC; }
a { background-color: rgb(153,176,188); }
div.DivClassName
{
background-color: #99B0BC;
}
.BgClassName
{
background-color: #99B0BC;
}
</style>
border-color css
<style>
span { border-color: #99B0BC; }
span { border-color: rgb(153,176,188); }
td.TdClassName
{
border-color: #99B0BC;
}
.TagClassName
{
border-color: #99B0BC;
}
</style>