Shades of Nepal #99B0BD
Tints of Nepal #99B0BD
RGB
CMYK
RGB Variations
Color information
#99B0BD (or 0x99B0BD) is known color: Nepal. HEX triplet: 99, B0 and BD. RGB value is (153,176,189). Sum of RGB (Red+Green+Blue) = 153+176+189=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #99B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0BD is #664F42. Grayscale: #AAAAAA. Windows color (decimal): -6704963 or 12431513. OLE color: 12431513.
HSL color Cylindrical-coordinate representation of color #99B0BD: hue angle of 201.67º 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 #99B0BD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 176 | 189 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.26 |
| HSL | 201.67º | 0.21% | 0.67% | - |
| HSV(B) | 201.67º | 0.19% | 0.74% | - |
| XYZ | 37.85 | 41.5 | 54.16 | - |
| YUV | 170.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 189 | 0.19 | 0.07 | 0 | 0.26 | 201.67 | 0.21 | 0.67 |
| Hex | 99 | B0 | BD | 13 | 7 | 0 | 1A | CA | 15 | 43 |
| Octal | 231 | 260 | 275 | 23 | 7 | 0 | 32 | 312 | 25 | 103 |
| Binary | 10011001 | 10110000 | 10111101 | 10011 | 111 | 0 | 11010 | 11001010 | 10101 | 1000011 |
Color Harmonies of #99B0BD
Complementary color
Monochromatic Colors of #99B0BD
Black with #99B0BD
Text Example
Text Example
White with #99B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0BD; }
p { color: rgb(153,176,189); }
H1.HeaderClassName
{
color: #99B0BD;
}
.AnyTagClassName
{
color: #99B0BD;
}
</style>
background-color css
<style>
a { background-color: #99B0BD; }
a { background-color: rgb(153,176,189); }
div.DivClassName
{
background-color: #99B0BD;
}
.BgClassName
{
background-color: #99B0BD;
}
</style>
border-color css
<style>
span { border-color: #99B0BD; }
span { border-color: rgb(153,176,189); }
td.TdClassName
{
border-color: #99B0BD;
}
.TagClassName
{
border-color: #99B0BD;
}
</style>