Shades of Nepal #9AACBC
Tints of Nepal #9AACBC
RGB
CMYK
RGB Variations
Color information
#9AACBC (or 0x9AACBC) is known color: Nepal. HEX triplet: 9A, AC and BC. RGB value is (154,172,188). Sum of RGB (Red+Green+Blue) = 154+172+188=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACBC is #655343. Grayscale: #A8A8A8. Windows color (decimal): -6640452 or 12364954. OLE color: 12364954.
HSL color Cylindrical-coordinate representation of color #9AACBC: hue angle of 208.24º 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 #9AACBC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 172 | 188 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.26 |
| HSL | 208.24º | 0.2% | 0.67% | - |
| HSV(B) | 208.24º | 0.18% | 0.74% | - |
| XYZ | 37.16 | 40.01 | 53.34 | - |
| YUV | 168.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 188 | 0.18 | 0.09 | 0 | 0.26 | 208.24 | 0.2 | 0.67 |
| Hex | 9A | AC | BC | 12 | 9 | 0 | 1A | D0 | 14 | 43 |
| Octal | 232 | 254 | 274 | 22 | 11 | 0 | 32 | 320 | 24 | 103 |
| Binary | 10011010 | 10101100 | 10111100 | 10010 | 1001 | 0 | 11010 | 11010000 | 10100 | 1000011 |
Color Harmonies of #9AACBC
Complementary color
Monochromatic Colors of #9AACBC
Black with #9AACBC
Text Example
Text Example
White with #9AACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACBC; }
p { color: rgb(154,172,188); }
H1.HeaderClassName
{
color: #9AACBC;
}
.AnyTagClassName
{
color: #9AACBC;
}
</style>
background-color css
<style>
a { background-color: #9AACBC; }
a { background-color: rgb(154,172,188); }
div.DivClassName
{
background-color: #9AACBC;
}
.BgClassName
{
background-color: #9AACBC;
}
</style>
border-color css
<style>
span { border-color: #9AACBC; }
span { border-color: rgb(154,172,188); }
td.TdClassName
{
border-color: #9AACBC;
}
.TagClassName
{
border-color: #9AACBC;
}
</style>