Shades of Nepal #9AADBC
Tints of Nepal #9AADBC
RGB
CMYK
RGB Variations
Color information
#9AADBC (or 0x9AADBC) is known color: Nepal. HEX triplet: 9A, AD and BC. RGB value is (154,173,188). Sum of RGB (Red+Green+Blue) = 154+173+188=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADBC is #655243. Grayscale: #A8A8A8. Windows color (decimal): -6640196 or 12365210. OLE color: 12365210.
HSL color Cylindrical-coordinate representation of color #9AADBC: hue angle of 206.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AADBC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 173 | 188 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.26 |
| HSL | 206.47º | 0.2% | 0.67% | - |
| HSV(B) | 206.47º | 0.18% | 0.74% | - |
| XYZ | 37.35 | 40.39 | 53.4 | - |
| YUV | 169.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 188 | 0.18 | 0.08 | 0 | 0.26 | 206.47 | 0.2 | 0.67 |
| Hex | 9A | AD | BC | 12 | 8 | 0 | 1A | CE | 14 | 43 |
| Octal | 232 | 255 | 274 | 22 | 10 | 0 | 32 | 316 | 24 | 103 |
| Binary | 10011010 | 10101101 | 10111100 | 10010 | 1000 | 0 | 11010 | 11001110 | 10100 | 1000011 |
Color Harmonies of #9AADBC
Complementary color
Monochromatic Colors of #9AADBC
Black with #9AADBC
Text Example
Text Example
White with #9AADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADBC; }
p { color: rgb(154,173,188); }
H1.HeaderClassName
{
color: #9AADBC;
}
.AnyTagClassName
{
color: #9AADBC;
}
</style>
background-color css
<style>
a { background-color: #9AADBC; }
a { background-color: rgb(154,173,188); }
div.DivClassName
{
background-color: #9AADBC;
}
.BgClassName
{
background-color: #9AADBC;
}
</style>
border-color css
<style>
span { border-color: #9AADBC; }
span { border-color: rgb(154,173,188); }
td.TdClassName
{
border-color: #9AADBC;
}
.TagClassName
{
border-color: #9AADBC;
}
</style>