Shades of Nepal #8CA6BB
Tints of Nepal #8CA6BB
RGB
CMYK
RGB Variations
Color information
#8CA6BB (or 0x8CA6BB) is known color: Nepal. HEX triplet: 8C, A6 and BB. RGB value is (140,166,187). Sum of RGB (Red+Green+Blue) = 140+166+187=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6BB is #735944. Grayscale: #A0A0A0. Windows color (decimal): -7559493 or 12297868. OLE color: 12297868.
HSL color Cylindrical-coordinate representation of color #8CA6BB: hue angle of 206.81º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CA6BB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 166 | 187 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.27 |
| HSL | 206.81º | 0.26% | 0.64% | - |
| HSV(B) | 206.81º | 0.25% | 0.73% | - |
| XYZ | 33.42 | 36.44 | 52.29 | - |
| YUV | 160.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 187 | 0.25 | 0.11 | 0 | 0.27 | 206.81 | 0.26 | 0.64 |
| Hex | 8C | A6 | BB | 19 | B | 0 | 1B | CF | 1A | 40 |
| Octal | 214 | 246 | 273 | 31 | 13 | 0 | 33 | 317 | 32 | 100 |
| Binary | 10001100 | 10100110 | 10111011 | 11001 | 1011 | 0 | 11011 | 11001111 | 11010 | 1000000 |
Color Harmonies of #8CA6BB
Complementary color
Monochromatic Colors of #8CA6BB
Black with #8CA6BB
Text Example
Text Example
White with #8CA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA6BB; }
p { color: rgb(140,166,187); }
H1.HeaderClassName
{
color: #8CA6BB;
}
.AnyTagClassName
{
color: #8CA6BB;
}
</style>
background-color css
<style>
a { background-color: #8CA6BB; }
a { background-color: rgb(140,166,187); }
div.DivClassName
{
background-color: #8CA6BB;
}
.BgClassName
{
background-color: #8CA6BB;
}
</style>
border-color css
<style>
span { border-color: #8CA6BB; }
span { border-color: rgb(140,166,187); }
td.TdClassName
{
border-color: #8CA6BB;
}
.TagClassName
{
border-color: #8CA6BB;
}
</style>