Shades of Nepal #9AABBD
Tints of Nepal #9AABBD
RGB
CMYK
RGB Variations
Color information
#9AABBD (or 0x9AABBD) is known color: Nepal. HEX triplet: 9A, AB and BD. RGB value is (154,171,189). Sum of RGB (Red+Green+Blue) = 154+171+189=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 171 (67.19% from 255 or 33.27% 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 #9AABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABBD is #655442. Grayscale: #A7A7A7. Windows color (decimal): -6640707 or 12430234. OLE color: 12430234.
HSL color Cylindrical-coordinate representation of color #9AABBD: hue angle of 210.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AABBD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 171 | 189 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.26 |
| HSL | 210.86º | 0.21% | 0.67% | - |
| HSV(B) | 210.86º | 0.19% | 0.74% | - |
| XYZ | 37.07 | 39.67 | 53.85 | - |
| YUV | 167.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 189 | 0.19 | 0.10 | 0 | 0.26 | 210.86 | 0.21 | 0.67 |
| Hex | 9A | AB | BD | 13 | A | 0 | 1A | D3 | 15 | 43 |
| Octal | 232 | 253 | 275 | 23 | 12 | 0 | 32 | 323 | 25 | 103 |
| Binary | 10011010 | 10101011 | 10111101 | 10011 | 1010 | 0 | 11010 | 11010011 | 10101 | 1000011 |
Color Harmonies of #9AABBD
Complementary color
Monochromatic Colors of #9AABBD
Black with #9AABBD
Text Example
Text Example
White with #9AABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABBD; }
p { color: rgb(154,171,189); }
H1.HeaderClassName
{
color: #9AABBD;
}
.AnyTagClassName
{
color: #9AABBD;
}
</style>
background-color css
<style>
a { background-color: #9AABBD; }
a { background-color: rgb(154,171,189); }
div.DivClassName
{
background-color: #9AABBD;
}
.BgClassName
{
background-color: #9AABBD;
}
</style>
border-color css
<style>
span { border-color: #9AABBD; }
span { border-color: rgb(154,171,189); }
td.TdClassName
{
border-color: #9AABBD;
}
.TagClassName
{
border-color: #9AABBD;
}
</style>