Shades of Nepal #8AA5BC
Tints of Nepal #8AA5BC
RGB
CMYK
RGB Variations
Color information
#8AA5BC (or 0x8AA5BC) is known color: Nepal. HEX triplet: 8A, A5 and BC. RGB value is (138,165,188). Sum of RGB (Red+Green+Blue) = 138+165+188=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5BC is #755A43. Grayscale: #9F9F9F. Windows color (decimal): -7690820 or 12363146. OLE color: 12363146.
HSL color Cylindrical-coordinate representation of color #8AA5BC: hue angle of 207.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA5BC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 165 | 188 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.26 |
| HSL | 207.6º | 0.27% | 0.64% | - |
| HSV(B) | 207.6º | 0.27% | 0.74% | - |
| XYZ | 33.01 | 35.94 | 52.77 | - |
| YUV | 159.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 188 | 0.27 | 0.12 | 0 | 0.26 | 207.6 | 0.27 | 0.64 |
| Hex | 8A | A5 | BC | 1B | C | 0 | 1A | D0 | 1B | 40 |
| Octal | 212 | 245 | 274 | 33 | 14 | 0 | 32 | 320 | 33 | 100 |
| Binary | 10001010 | 10100101 | 10111100 | 11011 | 1100 | 0 | 11010 | 11010000 | 11011 | 1000000 |
Color Harmonies of #8AA5BC
Complementary color
Monochromatic Colors of #8AA5BC
Black with #8AA5BC
Text Example
Text Example
White with #8AA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5BC; }
p { color: rgb(138,165,188); }
H1.HeaderClassName
{
color: #8AA5BC;
}
.AnyTagClassName
{
color: #8AA5BC;
}
</style>
background-color css
<style>
a { background-color: #8AA5BC; }
a { background-color: rgb(138,165,188); }
div.DivClassName
{
background-color: #8AA5BC;
}
.BgClassName
{
background-color: #8AA5BC;
}
</style>
border-color css
<style>
span { border-color: #8AA5BC; }
span { border-color: rgb(138,165,188); }
td.TdClassName
{
border-color: #8AA5BC;
}
.TagClassName
{
border-color: #8AA5BC;
}
</style>