Shades of Nepal #96A9BD
Tints of Nepal #96A9BD
RGB
CMYK
RGB Variations
Color information
#96A9BD (or 0x96A9BD) is known color: Nepal. HEX triplet: 96, A9 and BD. RGB value is (150,169,189). Sum of RGB (Red+Green+Blue) = 150+169+189=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #96A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9BD is #695642. Grayscale: #A5A5A5. Windows color (decimal): -6903363 or 12429718. OLE color: 12429718.
HSL color Cylindrical-coordinate representation of color #96A9BD: hue angle of 210.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A9BD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 169 | 189 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.26 |
| HSL | 210.77º | 0.23% | 0.66% | - |
| HSV(B) | 210.77º | 0.21% | 0.74% | - |
| XYZ | 35.95 | 38.53 | 53.69 | - |
| YUV | 165.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 169 | 189 | 0.21 | 0.11 | 0 | 0.26 | 210.77 | 0.23 | 0.66 |
| Hex | 96 | A9 | BD | 15 | B | 0 | 1A | D3 | 17 | 42 |
| Octal | 226 | 251 | 275 | 25 | 13 | 0 | 32 | 323 | 27 | 102 |
| Binary | 10010110 | 10101001 | 10111101 | 10101 | 1011 | 0 | 11010 | 11010011 | 10111 | 1000010 |
Color Harmonies of #96A9BD
Complementary color
Monochromatic Colors of #96A9BD
Black with #96A9BD
Text Example
Text Example
White with #96A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A9BD; }
p { color: rgb(150,169,189); }
H1.HeaderClassName
{
color: #96A9BD;
}
.AnyTagClassName
{
color: #96A9BD;
}
</style>
background-color css
<style>
a { background-color: #96A9BD; }
a { background-color: rgb(150,169,189); }
div.DivClassName
{
background-color: #96A9BD;
}
.BgClassName
{
background-color: #96A9BD;
}
</style>
border-color css
<style>
span { border-color: #96A9BD; }
span { border-color: rgb(150,169,189); }
td.TdClassName
{
border-color: #96A9BD;
}
.TagClassName
{
border-color: #96A9BD;
}
</style>