Shades of Nepal #89A6BB
Tints of Nepal #89A6BB
RGB
CMYK
RGB Variations
Color information
#89A6BB (or 0x89A6BB) is known color: Nepal. HEX triplet: 89, A6 and BB. RGB value is (137,166,187). Sum of RGB (Red+Green+Blue) = 137+166+187=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #89A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6BB is #765944. Grayscale: #9F9F9F. Windows color (decimal): -7756101 or 12297865. OLE color: 12297865.
HSL color Cylindrical-coordinate representation of color #89A6BB: hue angle of 205.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A6BB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 166 | 187 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.27 |
| HSL | 205.2º | 0.27% | 0.64% | - |
| HSV(B) | 205.2º | 0.27% | 0.73% | - |
| XYZ | 32.92 | 36.18 | 52.26 | - |
| YUV | 159.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 187 | 0.27 | 0.11 | 0 | 0.27 | 205.2 | 0.27 | 0.64 |
| Hex | 89 | A6 | BB | 1B | B | 0 | 1B | CD | 1B | 40 |
| Octal | 211 | 246 | 273 | 33 | 13 | 0 | 33 | 315 | 33 | 100 |
| Binary | 10001001 | 10100110 | 10111011 | 11011 | 1011 | 0 | 11011 | 11001101 | 11011 | 1000000 |
Color Harmonies of #89A6BB
Complementary color
Monochromatic Colors of #89A6BB
Black with #89A6BB
Text Example
Text Example
White with #89A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6BB; }
p { color: rgb(137,166,187); }
H1.HeaderClassName
{
color: #89A6BB;
}
.AnyTagClassName
{
color: #89A6BB;
}
</style>
background-color css
<style>
a { background-color: #89A6BB; }
a { background-color: rgb(137,166,187); }
div.DivClassName
{
background-color: #89A6BB;
}
.BgClassName
{
background-color: #89A6BB;
}
</style>
border-color css
<style>
span { border-color: #89A6BB; }
span { border-color: rgb(137,166,187); }
td.TdClassName
{
border-color: #89A6BB;
}
.TagClassName
{
border-color: #89A6BB;
}
</style>