Shades of Nepal #99B5C6
Tints of Nepal #99B5C6
RGB
CMYK
RGB Variations
Color information
#99B5C6 (or 0x99B5C6) is known color: Nepal. HEX triplet: 99, B5 and C6. RGB value is (153,181,198). Sum of RGB (Red+Green+Blue) = 153+181+198=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #99B5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5C6 is #664A39. Grayscale: #AEAEAE. Windows color (decimal): -6703674 or 13022617. OLE color: 13022617.
HSL color Cylindrical-coordinate representation of color #99B5C6: hue angle of 202.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B5C6 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 181 | 198 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.22 |
| HSL | 202.67º | 0.28% | 0.69% | - |
| HSV(B) | 202.67º | 0.23% | 0.78% | - |
| XYZ | 39.85 | 43.9 | 59.8 | - |
| YUV | 174.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 198 | 0.23 | 0.09 | 0 | 0.22 | 202.67 | 0.28 | 0.69 |
| Hex | 99 | B5 | C6 | 17 | 9 | 0 | 16 | CB | 1C | 45 |
| Octal | 231 | 265 | 306 | 27 | 11 | 0 | 26 | 313 | 34 | 105 |
| Binary | 10011001 | 10110101 | 11000110 | 10111 | 1001 | 0 | 10110 | 11001011 | 11100 | 1000101 |
Color Harmonies of #99B5C6
Complementary color
Monochromatic Colors of #99B5C6
Black with #99B5C6
Text Example
Text Example
White with #99B5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5C6; }
p { color: rgb(153,181,198); }
H1.HeaderClassName
{
color: #99B5C6;
}
.AnyTagClassName
{
color: #99B5C6;
}
</style>
background-color css
<style>
a { background-color: #99B5C6; }
a { background-color: rgb(153,181,198); }
div.DivClassName
{
background-color: #99B5C6;
}
.BgClassName
{
background-color: #99B5C6;
}
</style>
border-color css
<style>
span { border-color: #99B5C6; }
span { border-color: rgb(153,181,198); }
td.TdClassName
{
border-color: #99B5C6;
}
.TagClassName
{
border-color: #99B5C6;
}
</style>