Shades of Nepal #99B2C1
Tints of Nepal #99B2C1
RGB
CMYK
RGB Variations
Color information
#99B2C1 (or 0x99B2C1) is known color: Nepal. HEX triplet: 99, B2 and C1. RGB value is (153,178,193). Sum of RGB (Red+Green+Blue) = 153+178+193=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #99B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2C1 is #664D3E. Grayscale: #ACACAC. Windows color (decimal): -6704447 or 12694169. OLE color: 12694169.
HSL color Cylindrical-coordinate representation of color #99B2C1: hue angle of 202.5º 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 #99B2C1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 178 | 193 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.24 |
| HSL | 202.5º | 0.24% | 0.68% | - |
| HSV(B) | 202.5º | 0.21% | 0.76% | - |
| XYZ | 38.68 | 42.46 | 56.61 | - |
| YUV | 172.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 193 | 0.21 | 0.08 | 0 | 0.24 | 202.5 | 0.24 | 0.68 |
| Hex | 99 | B2 | C1 | 15 | 8 | 0 | 18 | CA | 18 | 44 |
| Octal | 231 | 262 | 301 | 25 | 10 | 0 | 30 | 312 | 30 | 104 |
| Binary | 10011001 | 10110010 | 11000001 | 10101 | 1000 | 0 | 11000 | 11001010 | 11000 | 1000100 |
Color Harmonies of #99B2C1
Complementary color
Monochromatic Colors of #99B2C1
Black with #99B2C1
Text Example
Text Example
White with #99B2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2C1; }
p { color: rgb(153,178,193); }
H1.HeaderClassName
{
color: #99B2C1;
}
.AnyTagClassName
{
color: #99B2C1;
}
</style>
background-color css
<style>
a { background-color: #99B2C1; }
a { background-color: rgb(153,178,193); }
div.DivClassName
{
background-color: #99B2C1;
}
.BgClassName
{
background-color: #99B2C1;
}
</style>
border-color css
<style>
span { border-color: #99B2C1; }
span { border-color: rgb(153,178,193); }
td.TdClassName
{
border-color: #99B2C1;
}
.TagClassName
{
border-color: #99B2C1;
}
</style>