Shades of Nepal #9AABBC
Tints of Nepal #9AABBC
RGB
CMYK
RGB Variations
Color information
#9AABBC (or 0x9AABBC) is known color: Nepal. HEX triplet: 9A, AB and BC. RGB value is (154,171,188). Sum of RGB (Red+Green+Blue) = 154+171+188=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABBC is #655443. Grayscale: #A7A7A7. Windows color (decimal): -6640708 or 12364698. OLE color: 12364698.
HSL color Cylindrical-coordinate representation of color #9AABBC: hue angle of 210º 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 #9AABBC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 171 | 188 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.26 |
| HSL | 210º | 0.2% | 0.67% | - |
| HSV(B) | 210º | 0.18% | 0.74% | - |
| XYZ | 36.97 | 39.63 | 53.28 | - |
| YUV | 167.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 188 | 0.18 | 0.09 | 0 | 0.26 | 210 | 0.2 | 0.67 |
| Hex | 9A | AB | BC | 12 | 9 | 0 | 1A | D2 | 14 | 43 |
| Octal | 232 | 253 | 274 | 22 | 11 | 0 | 32 | 322 | 24 | 103 |
| Binary | 10011010 | 10101011 | 10111100 | 10010 | 1001 | 0 | 11010 | 11010010 | 10100 | 1000011 |
Color Harmonies of #9AABBC
Complementary color
Monochromatic Colors of #9AABBC
Black with #9AABBC
Text Example
Text Example
White with #9AABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABBC; }
p { color: rgb(154,171,188); }
H1.HeaderClassName
{
color: #9AABBC;
}
.AnyTagClassName
{
color: #9AABBC;
}
</style>
background-color css
<style>
a { background-color: #9AABBC; }
a { background-color: rgb(154,171,188); }
div.DivClassName
{
background-color: #9AABBC;
}
.BgClassName
{
background-color: #9AABBC;
}
</style>
border-color css
<style>
span { border-color: #9AABBC; }
span { border-color: rgb(154,171,188); }
td.TdClassName
{
border-color: #9AABBC;
}
.TagClassName
{
border-color: #9AABBC;
}
</style>