Shades of Nepal #96B9CC
Tints of Nepal #96B9CC
RGB
CMYK
RGB Variations
Color information
#96B9CC (or 0x96B9CC) is known color: Nepal. HEX triplet: 96, B9 and CC. RGB value is (150,185,204). Sum of RGB (Red+Green+Blue) = 150+185+204=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #96B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9CC is #694633. Grayscale: #B0B0B0. Windows color (decimal): -6899252 or 13416854. OLE color: 13416854.
HSL color Cylindrical-coordinate representation of color #96B9CC: hue angle of 201.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B9CC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 185 | 204 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.2 |
| HSL | 201.11º | 0.35% | 0.69% | - |
| HSV(B) | 201.11º | 0.26% | 0.8% | - |
| XYZ | 40.83 | 45.54 | 63.77 | - |
| YUV | 176.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 204 | 0.26 | 0.09 | 0 | 0.2 | 201.11 | 0.35 | 0.69 |
| Hex | 96 | B9 | CC | 1A | 9 | 0 | 14 | C9 | 23 | 45 |
| Octal | 226 | 271 | 314 | 32 | 11 | 0 | 24 | 311 | 43 | 105 |
| Binary | 10010110 | 10111001 | 11001100 | 11010 | 1001 | 0 | 10100 | 11001001 | 100011 | 1000101 |
Color Harmonies of #96B9CC
Complementary color
Monochromatic Colors of #96B9CC
Black with #96B9CC
Text Example
Text Example
White with #96B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B9CC; }
p { color: rgb(150,185,204); }
H1.HeaderClassName
{
color: #96B9CC;
}
.AnyTagClassName
{
color: #96B9CC;
}
</style>
background-color css
<style>
a { background-color: #96B9CC; }
a { background-color: rgb(150,185,204); }
div.DivClassName
{
background-color: #96B9CC;
}
.BgClassName
{
background-color: #96B9CC;
}
</style>
border-color css
<style>
span { border-color: #96B9CC; }
span { border-color: rgb(150,185,204); }
td.TdClassName
{
border-color: #96B9CC;
}
.TagClassName
{
border-color: #96B9CC;
}
</style>