#8CA8BE

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

Shades of Nepal #8CA8BE

Tints of Nepal #8CA8BE

Color information

#8CA8BE (or 0x8CA8BE) is unknown color: approx Nepal. HEX triplet: 8C, A8 and BE. RGB value is (140,168,190). Sum of RGB (Red+Green+Blue) = 140+168+190=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8BE is #735741. Grayscale: #A2A2A2. Windows color (decimal): -7558978 or 12494988. OLE color: 12494988.

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

Color convert

RGB140168190-
CMYK0.260.1200.25
HSL206.4º27.78%64.71%-
HSV(B)206.4º26.32%74.51%-
XYZ34.1137.354.12-
YUV162.14143.72112.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=28.11%
G=33.73%
B=38.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401681900.260.1200.25206.427.7864.71
Hex8CA8BE1AC019ce1c41
Octal214250276321403131634101
Binary10001100101010001011111011010110001100111001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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