Shades of Nepal #89A9BC
Tints of Nepal #89A9BC
RGB
CMYK
RGB Variations
Color information
#89A9BC (or 0x89A9BC) is known color: Nepal. HEX triplet: 89, A9 and BC. RGB value is (137,169,188). Sum of RGB (Red+Green+Blue) = 137+169+188=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #89A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9BC is #765643. Grayscale: #A1A1A1. Windows color (decimal): -7755332 or 12364169. OLE color: 12364169.
HSL color Cylindrical-coordinate representation of color #89A9BC: hue angle of 202.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A9BC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 169 | 188 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.26 |
| HSL | 202.35º | 0.28% | 0.64% | - |
| HSV(B) | 202.35º | 0.27% | 0.74% | - |
| XYZ | 33.58 | 37.33 | 53.01 | - |
| YUV | 161.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 188 | 0.27 | 0.10 | 0 | 0.26 | 202.35 | 0.28 | 0.64 |
| Hex | 89 | A9 | BC | 1B | A | 0 | 1A | CA | 1C | 40 |
| Octal | 211 | 251 | 274 | 33 | 12 | 0 | 32 | 312 | 34 | 100 |
| Binary | 10001001 | 10101001 | 10111100 | 11011 | 1010 | 0 | 11010 | 11001010 | 11100 | 1000000 |
Color Harmonies of #89A9BC
Complementary color
Monochromatic Colors of #89A9BC
Black with #89A9BC
Text Example
Text Example
White with #89A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9BC; }
p { color: rgb(137,169,188); }
H1.HeaderClassName
{
color: #89A9BC;
}
.AnyTagClassName
{
color: #89A9BC;
}
</style>
background-color css
<style>
a { background-color: #89A9BC; }
a { background-color: rgb(137,169,188); }
div.DivClassName
{
background-color: #89A9BC;
}
.BgClassName
{
background-color: #89A9BC;
}
</style>
border-color css
<style>
span { border-color: #89A9BC; }
span { border-color: rgb(137,169,188); }
td.TdClassName
{
border-color: #89A9BC;
}
.TagClassName
{
border-color: #89A9BC;
}
</style>