Shades of Nepal #89ADBE
Tints of Nepal #89ADBE
RGB
CMYK
RGB Variations
Color information
#89ADBE (or 0x89ADBE) is known color: Nepal. HEX triplet: 89, AD and BE. RGB value is (137,173,190). Sum of RGB (Red+Green+Blue) = 137+173+190=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #89ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADBE is #765241. Grayscale: #A4A4A4. Windows color (decimal): -7754306 or 12496265. OLE color: 12496265.
HSL color Cylindrical-coordinate representation of color #89ADBE: hue angle of 199.25º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89ADBE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 173 | 190 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.25 |
| HSL | 199.25º | 0.29% | 0.64% | - |
| HSV(B) | 199.25º | 0.28% | 0.75% | - |
| XYZ | 34.55 | 38.92 | 54.41 | - |
| YUV | 164.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 190 | 0.28 | 0.09 | 0 | 0.25 | 199.25 | 0.29 | 0.64 |
| Hex | 89 | AD | BE | 1C | 9 | 0 | 19 | C7 | 1D | 40 |
| Octal | 211 | 255 | 276 | 34 | 11 | 0 | 31 | 307 | 35 | 100 |
| Binary | 10001001 | 10101101 | 10111110 | 11100 | 1001 | 0 | 11001 | 11000111 | 11101 | 1000000 |
Color Harmonies of #89ADBE
Complementary color
Monochromatic Colors of #89ADBE
Black with #89ADBE
Text Example
Text Example
White with #89ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADBE; }
p { color: rgb(137,173,190); }
H1.HeaderClassName
{
color: #89ADBE;
}
.AnyTagClassName
{
color: #89ADBE;
}
</style>
background-color css
<style>
a { background-color: #89ADBE; }
a { background-color: rgb(137,173,190); }
div.DivClassName
{
background-color: #89ADBE;
}
.BgClassName
{
background-color: #89ADBE;
}
</style>
border-color css
<style>
span { border-color: #89ADBE; }
span { border-color: rgb(137,173,190); }
td.TdClassName
{
border-color: #89ADBE;
}
.TagClassName
{
border-color: #89ADBE;
}
</style>