Shades of Nepal #90A7BC
Tints of Nepal #90A7BC
RGB
CMYK
RGB Variations
Color information
#90A7BC (or 0x90A7BC) is known color: Nepal. HEX triplet: 90, A7 and BC. RGB value is (144,167,188). Sum of RGB (Red+Green+Blue) = 144+167+188=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #90A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A7BC is #6F5843. Grayscale: #A2A2A2. Windows color (decimal): -7297092 or 12363664. OLE color: 12363664.
HSL color Cylindrical-coordinate representation of color #90A7BC: hue angle of 208.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90A7BC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 167 | 188 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.26 |
| HSL | 208.64º | 0.25% | 0.65% | - |
| HSV(B) | 208.64º | 0.23% | 0.74% | - |
| XYZ | 34.4 | 37.2 | 52.94 | - |
| YUV | 162.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 188 | 0.23 | 0.11 | 0 | 0.26 | 208.64 | 0.25 | 0.65 |
| Hex | 90 | A7 | BC | 17 | B | 0 | 1A | D1 | 19 | 41 |
| Octal | 220 | 247 | 274 | 27 | 13 | 0 | 32 | 321 | 31 | 101 |
| Binary | 10010000 | 10100111 | 10111100 | 10111 | 1011 | 0 | 11010 | 11010001 | 11001 | 1000001 |
Color Harmonies of #90A7BC
Complementary color
Monochromatic Colors of #90A7BC
Black with #90A7BC
Text Example
Text Example
White with #90A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A7BC; }
p { color: rgb(144,167,188); }
H1.HeaderClassName
{
color: #90A7BC;
}
.AnyTagClassName
{
color: #90A7BC;
}
</style>
background-color css
<style>
a { background-color: #90A7BC; }
a { background-color: rgb(144,167,188); }
div.DivClassName
{
background-color: #90A7BC;
}
.BgClassName
{
background-color: #90A7BC;
}
</style>
border-color css
<style>
span { border-color: #90A7BC; }
span { border-color: rgb(144,167,188); }
td.TdClassName
{
border-color: #90A7BC;
}
.TagClassName
{
border-color: #90A7BC;
}
</style>