Shades of Nepal #99B3BF
Tints of Nepal #99B3BF
RGB
CMYK
RGB Variations
Color information
#99B3BF (or 0x99B3BF) is known color: Nepal. HEX triplet: 99, B3 and BF. RGB value is (153,179,191). Sum of RGB (Red+Green+Blue) = 153+179+191=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3BF is #664C40. Grayscale: #ACACAC. Windows color (decimal): -6704193 or 12563353. OLE color: 12563353.
HSL color Cylindrical-coordinate representation of color #99B3BF: hue angle of 198.95º 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 #99B3BF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 179 | 191 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.25 |
| HSL | 198.95º | 0.23% | 0.67% | - |
| HSV(B) | 198.95º | 0.2% | 0.75% | - |
| XYZ | 38.66 | 42.77 | 55.51 | - |
| YUV | 172.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 191 | 0.20 | 0.06 | 0 | 0.25 | 198.95 | 0.23 | 0.67 |
| Hex | 99 | B3 | BF | 14 | 6 | 0 | 19 | C7 | 17 | 43 |
| Octal | 231 | 263 | 277 | 24 | 6 | 0 | 31 | 307 | 27 | 103 |
| Binary | 10011001 | 10110011 | 10111111 | 10100 | 110 | 0 | 11001 | 11000111 | 10111 | 1000011 |
Color Harmonies of #99B3BF
Complementary color
Monochromatic Colors of #99B3BF
Black with #99B3BF
Text Example
Text Example
White with #99B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B3BF; }
p { color: rgb(153,179,191); }
H1.HeaderClassName
{
color: #99B3BF;
}
.AnyTagClassName
{
color: #99B3BF;
}
</style>
background-color css
<style>
a { background-color: #99B3BF; }
a { background-color: rgb(153,179,191); }
div.DivClassName
{
background-color: #99B3BF;
}
.BgClassName
{
background-color: #99B3BF;
}
</style>
border-color css
<style>
span { border-color: #99B3BF; }
span { border-color: rgb(153,179,191); }
td.TdClassName
{
border-color: #99B3BF;
}
.TagClassName
{
border-color: #99B3BF;
}
</style>