Shades of Nepal #99B1BF
Tints of Nepal #99B1BF
RGB
CMYK
RGB Variations
Color information
#99B1BF (or 0x99B1BF) is known color: Nepal. HEX triplet: 99, B1 and BF. RGB value is (153,177,191). Sum of RGB (Red+Green+Blue) = 153+177+191=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1BF is #664E40. Grayscale: #ABABAB. Windows color (decimal): -6704705 or 12562841. OLE color: 12562841.
HSL color Cylindrical-coordinate representation of color #99B1BF: hue angle of 202.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99B1BF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 177 | 191 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.25 |
| HSL | 202.11º | 0.23% | 0.67% | - |
| HSV(B) | 202.11º | 0.2% | 0.75% | - |
| XYZ | 38.26 | 41.98 | 55.38 | - |
| YUV | 171.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 191 | 0.20 | 0.07 | 0 | 0.25 | 202.11 | 0.23 | 0.67 |
| Hex | 99 | B1 | BF | 14 | 7 | 0 | 19 | CA | 17 | 43 |
| Octal | 231 | 261 | 277 | 24 | 7 | 0 | 31 | 312 | 27 | 103 |
| Binary | 10011001 | 10110001 | 10111111 | 10100 | 111 | 0 | 11001 | 11001010 | 10111 | 1000011 |
Color Harmonies of #99B1BF
Complementary color
Monochromatic Colors of #99B1BF
Black with #99B1BF
Text Example
Text Example
White with #99B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1BF; }
p { color: rgb(153,177,191); }
H1.HeaderClassName
{
color: #99B1BF;
}
.AnyTagClassName
{
color: #99B1BF;
}
</style>
background-color css
<style>
a { background-color: #99B1BF; }
a { background-color: rgb(153,177,191); }
div.DivClassName
{
background-color: #99B1BF;
}
.BgClassName
{
background-color: #99B1BF;
}
</style>
border-color css
<style>
span { border-color: #99B1BF; }
span { border-color: rgb(153,177,191); }
td.TdClassName
{
border-color: #99B1BF;
}
.TagClassName
{
border-color: #99B1BF;
}
</style>