Shades of Nepal #96AFBD
Tints of Nepal #96AFBD
RGB
CMYK
RGB Variations
Color information
#96AFBD (or 0x96AFBD) is known color: Nepal. HEX triplet: 96, AF and BD. RGB value is (150,175,189). Sum of RGB (Red+Green+Blue) = 150+175+189=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #96AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFBD is #695042. Grayscale: #A9A9A9. Windows color (decimal): -6901827 or 12431254. OLE color: 12431254.
HSL color Cylindrical-coordinate representation of color #96AFBD: hue angle of 201.54º 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 #96AFBD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 175 | 189 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.26 |
| HSL | 201.54º | 0.23% | 0.66% | - |
| HSV(B) | 201.54º | 0.21% | 0.74% | - |
| XYZ | 37.09 | 40.82 | 54.07 | - |
| YUV | 169.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 189 | 0.21 | 0.07 | 0 | 0.26 | 201.54 | 0.23 | 0.66 |
| Hex | 96 | AF | BD | 15 | 7 | 0 | 1A | CA | 17 | 42 |
| Octal | 226 | 257 | 275 | 25 | 7 | 0 | 32 | 312 | 27 | 102 |
| Binary | 10010110 | 10101111 | 10111101 | 10101 | 111 | 0 | 11010 | 11001010 | 10111 | 1000010 |
Color Harmonies of #96AFBD
Complementary color
Monochromatic Colors of #96AFBD
Black with #96AFBD
Text Example
Text Example
White with #96AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFBD; }
p { color: rgb(150,175,189); }
H1.HeaderClassName
{
color: #96AFBD;
}
.AnyTagClassName
{
color: #96AFBD;
}
</style>
background-color css
<style>
a { background-color: #96AFBD; }
a { background-color: rgb(150,175,189); }
div.DivClassName
{
background-color: #96AFBD;
}
.BgClassName
{
background-color: #96AFBD;
}
</style>
border-color css
<style>
span { border-color: #96AFBD; }
span { border-color: rgb(150,175,189); }
td.TdClassName
{
border-color: #96AFBD;
}
.TagClassName
{
border-color: #96AFBD;
}
</style>