Shades of Nepal #96ACB8
Tints of Nepal #96ACB8
RGB
CMYK
RGB Variations
Color information
#96ACB8 (or 0x96ACB8) is known color: Nepal. HEX triplet: 96, AC and B8. RGB value is (150,172,184). Sum of RGB (Red+Green+Blue) = 150+172+184=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 184 - color contains mainly: blue. Hex color #96ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACB8 is #695347. Grayscale: #A6A6A6. Windows color (decimal): -6902600 or 12102806. OLE color: 12102806.
HSL color Cylindrical-coordinate representation of color #96ACB8: hue angle of 201.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96ACB8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 172 | 184 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.28 |
| HSL | 201.18º | 0.19% | 0.65% | - |
| HSV(B) | 201.18º | 0.18% | 0.72% | - |
| XYZ | 35.98 | 39.45 | 51.07 | - |
| YUV | 166.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 184 | 0.18 | 0.07 | 0 | 0.28 | 201.18 | 0.19 | 0.65 |
| Hex | 96 | AC | B8 | 12 | 7 | 0 | 1C | C9 | 13 | 41 |
| Octal | 226 | 254 | 270 | 22 | 7 | 0 | 34 | 311 | 23 | 101 |
| Binary | 10010110 | 10101100 | 10111000 | 10010 | 111 | 0 | 11100 | 11001001 | 10011 | 1000001 |
Color Harmonies of #96ACB8
Complementary color
Monochromatic Colors of #96ACB8
Black with #96ACB8
Text Example
Text Example
White with #96ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ACB8; }
p { color: rgb(150,172,184); }
H1.HeaderClassName
{
color: #96ACB8;
}
.AnyTagClassName
{
color: #96ACB8;
}
</style>
background-color css
<style>
a { background-color: #96ACB8; }
a { background-color: rgb(150,172,184); }
div.DivClassName
{
background-color: #96ACB8;
}
.BgClassName
{
background-color: #96ACB8;
}
</style>
border-color css
<style>
span { border-color: #96ACB8; }
span { border-color: rgb(150,172,184); }
td.TdClassName
{
border-color: #96ACB8;
}
.TagClassName
{
border-color: #96ACB8;
}
</style>