Shades of Nepal #99B1C1
Tints of Nepal #99B1C1
RGB
CMYK
RGB Variations
Color information
#99B1C1 (or 0x99B1C1) is known color: Nepal. HEX triplet: 99, B1 and C1. RGB value is (153,177,193). Sum of RGB (Red+Green+Blue) = 153+177+193=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #99B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1C1 is #664E3E. Grayscale: #ABABAB. Windows color (decimal): -6704703 or 12693913. OLE color: 12693913.
HSL color Cylindrical-coordinate representation of color #99B1C1: hue angle of 204º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99B1C1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 177 | 193 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.24 |
| HSL | 204º | 0.24% | 0.68% | - |
| HSV(B) | 204º | 0.21% | 0.76% | - |
| XYZ | 38.48 | 42.07 | 56.54 | - |
| YUV | 171.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 193 | 0.21 | 0.08 | 0 | 0.24 | 204 | 0.24 | 0.68 |
| Hex | 99 | B1 | C1 | 15 | 8 | 0 | 18 | CC | 18 | 44 |
| Octal | 231 | 261 | 301 | 25 | 10 | 0 | 30 | 314 | 30 | 104 |
| Binary | 10011001 | 10110001 | 11000001 | 10101 | 1000 | 0 | 11000 | 11001100 | 11000 | 1000100 |
Color Harmonies of #99B1C1
Complementary color
Monochromatic Colors of #99B1C1
Black with #99B1C1
Text Example
Text Example
White with #99B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1C1; }
p { color: rgb(153,177,193); }
H1.HeaderClassName
{
color: #99B1C1;
}
.AnyTagClassName
{
color: #99B1C1;
}
</style>
background-color css
<style>
a { background-color: #99B1C1; }
a { background-color: rgb(153,177,193); }
div.DivClassName
{
background-color: #99B1C1;
}
.BgClassName
{
background-color: #99B1C1;
}
</style>
border-color css
<style>
span { border-color: #99B1C1; }
span { border-color: rgb(153,177,193); }
td.TdClassName
{
border-color: #99B1C1;
}
.TagClassName
{
border-color: #99B1C1;
}
</style>