Shades of Nepal #89AEBE
Tints of Nepal #89AEBE
RGB
CMYK
RGB Variations
Color information
#89AEBE (or 0x89AEBE) is known color: Nepal. HEX triplet: 89, AE and BE. RGB value is (137,174,190). Sum of RGB (Red+Green+Blue) = 137+174+190=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #89AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBE is #765141. Grayscale: #A4A4A4. Windows color (decimal): -7754050 or 12496521. OLE color: 12496521.
HSL color Cylindrical-coordinate representation of color #89AEBE: hue angle of 198.11º 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 #89AEBE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 174 | 190 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.25 |
| HSL | 198.11º | 0.29% | 0.64% | - |
| HSV(B) | 198.11º | 0.28% | 0.75% | - |
| XYZ | 34.75 | 39.31 | 54.47 | - |
| YUV | 164.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 190 | 0.28 | 0.08 | 0 | 0.25 | 198.11 | 0.29 | 0.64 |
| Hex | 89 | AE | BE | 1C | 8 | 0 | 19 | C6 | 1D | 40 |
| Octal | 211 | 256 | 276 | 34 | 10 | 0 | 31 | 306 | 35 | 100 |
| Binary | 10001001 | 10101110 | 10111110 | 11100 | 1000 | 0 | 11001 | 11000110 | 11101 | 1000000 |
Color Harmonies of #89AEBE
Complementary color
Monochromatic Colors of #89AEBE
Black with #89AEBE
Text Example
Text Example
White with #89AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEBE; }
p { color: rgb(137,174,190); }
H1.HeaderClassName
{
color: #89AEBE;
}
.AnyTagClassName
{
color: #89AEBE;
}
</style>
background-color css
<style>
a { background-color: #89AEBE; }
a { background-color: rgb(137,174,190); }
div.DivClassName
{
background-color: #89AEBE;
}
.BgClassName
{
background-color: #89AEBE;
}
</style>
border-color css
<style>
span { border-color: #89AEBE; }
span { border-color: rgb(137,174,190); }
td.TdClassName
{
border-color: #89AEBE;
}
.TagClassName
{
border-color: #89AEBE;
}
</style>