Shades of Nepal #96B2C6
Tints of Nepal #96B2C6
RGB
CMYK
RGB Variations
Color information
#96B2C6 (or 0x96B2C6) is known color: Nepal. HEX triplet: 96, B2 and C6. RGB value is (150,178,198). Sum of RGB (Red+Green+Blue) = 150+178+198=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #96B2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2C6 is #694D39. Grayscale: #ABABAB. Windows color (decimal): -6901050 or 13021846. OLE color: 13021846.
HSL color Cylindrical-coordinate representation of color #96B2C6: hue angle of 205º 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 #96B2C6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 178 | 198 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.22 |
| HSL | 205º | 0.3% | 0.68% | - |
| HSV(B) | 205º | 0.24% | 0.78% | - |
| XYZ | 38.69 | 42.4 | 59.57 | - |
| YUV | 171.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 198 | 0.24 | 0.10 | 0 | 0.22 | 205 | 0.3 | 0.68 |
| Hex | 96 | B2 | C6 | 18 | A | 0 | 16 | CD | 1E | 44 |
| Octal | 226 | 262 | 306 | 30 | 12 | 0 | 26 | 315 | 36 | 104 |
| Binary | 10010110 | 10110010 | 11000110 | 11000 | 1010 | 0 | 10110 | 11001101 | 11110 | 1000100 |
Color Harmonies of #96B2C6
Complementary color
Monochromatic Colors of #96B2C6
Black with #96B2C6
Text Example
Text Example
White with #96B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2C6; }
p { color: rgb(150,178,198); }
H1.HeaderClassName
{
color: #96B2C6;
}
.AnyTagClassName
{
color: #96B2C6;
}
</style>
background-color css
<style>
a { background-color: #96B2C6; }
a { background-color: rgb(150,178,198); }
div.DivClassName
{
background-color: #96B2C6;
}
.BgClassName
{
background-color: #96B2C6;
}
</style>
border-color css
<style>
span { border-color: #96B2C6; }
span { border-color: rgb(150,178,198); }
td.TdClassName
{
border-color: #96B2C6;
}
.TagClassName
{
border-color: #96B2C6;
}
</style>