#8CA6BE

Color #8CA6BE Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8CA6BE

Tints of Nepal #8CA6BE

Color information

#8CA6BE (or 0x8CA6BE) is unknown color: approx Nepal. HEX triplet: 8C, A6 and BE. RGB value is (140,166,190). Sum of RGB (Red+Green+Blue) = 140+166+190=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6BE is #735941. Grayscale: #A0A0A0. Windows color (decimal): -7559490 or 12494476. OLE color: 12494476.

HSL color Cylindrical-coordinate representation of color #8CA6BE: hue angle of 208.8º 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 #8CA6BE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140166190-
CMYK0.260.1300.25
HSL208.8º27.78%64.71%-
HSV(B)208.8º26.32%74.51%-
XYZ33.7536.5753.99-
YUV160.96144.39113.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=28.23%
G=33.47%
B=38.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401661900.260.1300.25208.827.7864.71
Hex8CA6BE1AD019d11c41
Octal214246276321503132134101
Binary10001100101001101011111011010110101100111010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA6BE; }

 p { color: rgb(140,166,190); }

 H1.HeaderClassName
 {
   color: #8CA6BE;
 }
 .AnyTagClassName
 {
   color: #8CA6BE;
 }
</style>
background-color css

<style>
 a { background-color: #8CA6BE; }

 a { background-color: rgb(140,166,190); }

 div.DivClassName
 {
   background-color: #8CA6BE;
 }
 .BgClassName
 {
   background-color: #8CA6BE;
 }
</style>
border-color css

<style>
 span { border-color: #8CA6BE; }

 span { border-color: rgb(140,166,190); }

 td.TdClassName
 {
   border-color: #8CA6BE;
 }
 .TagClassName
 {
   border-color: #8CA6BE;
 }
</style>