Shades of Nepal #8CACBE
Tints of Nepal #8CACBE
RGB
CMYK
RGB Variations
Color information
#8CACBE (or 0x8CACBE) is known color: Nepal. HEX triplet: 8C, AC and BE. RGB value is (140,172,190). Sum of RGB (Red+Green+Blue) = 140+172+190=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACBE is #735341. Grayscale: #A4A4A4. Windows color (decimal): -7557954 or 12496012. OLE color: 12496012.
HSL color Cylindrical-coordinate representation of color #8CACBE: hue angle of 201.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CACBE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 172 | 190 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.25 |
| HSL | 201.6º | 0.28% | 0.65% | - |
| HSV(B) | 201.6º | 0.26% | 0.75% | - |
| XYZ | 34.86 | 38.8 | 54.37 | - |
| YUV | 164.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 190 | 0.26 | 0.09 | 0 | 0.25 | 201.6 | 0.28 | 0.65 |
| Hex | 8C | AC | BE | 1A | 9 | 0 | 19 | CA | 1C | 41 |
| Octal | 214 | 254 | 276 | 32 | 11 | 0 | 31 | 312 | 34 | 101 |
| Binary | 10001100 | 10101100 | 10111110 | 11010 | 1001 | 0 | 11001 | 11001010 | 11100 | 1000001 |
Color Harmonies of #8CACBE
Complementary color
Monochromatic Colors of #8CACBE
Black with #8CACBE
Text Example
Text Example
White with #8CACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACBE; }
p { color: rgb(140,172,190); }
H1.HeaderClassName
{
color: #8CACBE;
}
.AnyTagClassName
{
color: #8CACBE;
}
</style>
background-color css
<style>
a { background-color: #8CACBE; }
a { background-color: rgb(140,172,190); }
div.DivClassName
{
background-color: #8CACBE;
}
.BgClassName
{
background-color: #8CACBE;
}
</style>
border-color css
<style>
span { border-color: #8CACBE; }
span { border-color: rgb(140,172,190); }
td.TdClassName
{
border-color: #8CACBE;
}
.TagClassName
{
border-color: #8CACBE;
}
</style>