Shades of Nepal #89B0C1
Tints of Nepal #89B0C1
RGB
CMYK
RGB Variations
Color information
#89B0C1 (or 0x89B0C1) is known color: Nepal. HEX triplet: 89, B0 and C1. RGB value is (137,176,193). Sum of RGB (Red+Green+Blue) = 137+176+193=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #89B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0C1 is #764F3E. Grayscale: #A6A6A6. Windows color (decimal): -7753535 or 12693641. OLE color: 12693641.
HSL color Cylindrical-coordinate representation of color #89B0C1: hue angle of 198.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89B0C1 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 176 | 193 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.24 |
| HSL | 198.21º | 0.31% | 0.65% | - |
| HSV(B) | 198.21º | 0.29% | 0.76% | - |
| XYZ | 35.47 | 40.22 | 56.35 | - |
| YUV | 166.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 193 | 0.29 | 0.09 | 0 | 0.24 | 198.21 | 0.31 | 0.65 |
| Hex | 89 | B0 | C1 | 1D | 9 | 0 | 18 | C6 | 1F | 41 |
| Octal | 211 | 260 | 301 | 35 | 11 | 0 | 30 | 306 | 37 | 101 |
| Binary | 10001001 | 10110000 | 11000001 | 11101 | 1001 | 0 | 11000 | 11000110 | 11111 | 1000001 |
Color Harmonies of #89B0C1
Complementary color
Monochromatic Colors of #89B0C1
Black with #89B0C1
Text Example
Text Example
White with #89B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0C1; }
p { color: rgb(137,176,193); }
H1.HeaderClassName
{
color: #89B0C1;
}
.AnyTagClassName
{
color: #89B0C1;
}
</style>
background-color css
<style>
a { background-color: #89B0C1; }
a { background-color: rgb(137,176,193); }
div.DivClassName
{
background-color: #89B0C1;
}
.BgClassName
{
background-color: #89B0C1;
}
</style>
border-color css
<style>
span { border-color: #89B0C1; }
span { border-color: rgb(137,176,193); }
td.TdClassName
{
border-color: #89B0C1;
}
.TagClassName
{
border-color: #89B0C1;
}
</style>