Shades of Nepal #96B6C6
Tints of Nepal #96B6C6
RGB
CMYK
RGB Variations
Color information
#96B6C6 (or 0x96B6C6) is known color: Nepal. HEX triplet: 96, B6 and C6. RGB value is (150,182,198). Sum of RGB (Red+Green+Blue) = 150+182+198=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #96B6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6C6 is #694939. Grayscale: #AEAEAE. Windows color (decimal): -6900026 or 13022870. OLE color: 13022870.
HSL color Cylindrical-coordinate representation of color #96B6C6: hue angle of 200º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96B6C6 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 182 | 198 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.22 |
| HSL | 200º | 0.3% | 0.68% | - |
| HSV(B) | 200º | 0.24% | 0.78% | - |
| XYZ | 39.5 | 44.02 | 59.84 | - |
| YUV | 174.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 198 | 0.24 | 0.08 | 0 | 0.22 | 200 | 0.3 | 0.68 |
| Hex | 96 | B6 | C6 | 18 | 8 | 0 | 16 | C8 | 1E | 44 |
| Octal | 226 | 266 | 306 | 30 | 10 | 0 | 26 | 310 | 36 | 104 |
| Binary | 10010110 | 10110110 | 11000110 | 11000 | 1000 | 0 | 10110 | 11001000 | 11110 | 1000100 |
Color Harmonies of #96B6C6
Complementary color
Monochromatic Colors of #96B6C6
Black with #96B6C6
Text Example
Text Example
White with #96B6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6C6; }
p { color: rgb(150,182,198); }
H1.HeaderClassName
{
color: #96B6C6;
}
.AnyTagClassName
{
color: #96B6C6;
}
</style>
background-color css
<style>
a { background-color: #96B6C6; }
a { background-color: rgb(150,182,198); }
div.DivClassName
{
background-color: #96B6C6;
}
.BgClassName
{
background-color: #96B6C6;
}
</style>
border-color css
<style>
span { border-color: #96B6C6; }
span { border-color: rgb(150,182,198); }
td.TdClassName
{
border-color: #96B6C6;
}
.TagClassName
{
border-color: #96B6C6;
}
</style>