#8CA8BF

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

Shades of Nepal #8CA8BF

Tints of Nepal #8CA8BF

Color information

#8CA8BF (or 0x8CA8BF) is unknown color: approx Nepal. HEX triplet: 8C, A8 and BF. RGB value is (140,168,191). Sum of RGB (Red+Green+Blue) = 140+168+191=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8BF is #735740. Grayscale: #A2A2A2. Windows color (decimal): -7558977 or 12560524. OLE color: 12560524.

HSL color Cylindrical-coordinate representation of color #8CA8BF: hue angle of 207.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CA8BF is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140168191-
CMYK0.270.1200.25
HSL207.06º28.49%64.9%-
HSV(B)207.06º26.7%74.9%-
XYZ34.2237.3454.69-
YUV162.25144.22112.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 191 (75% from 255) = 38.28%
R=28.06%
G=33.67%
B=38.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401681910.270.1200.25207.0628.4964.9
Hex8CA8BF1BC019cf1c41
Octal214250277331403131734101
Binary10001100101010001011111111011110001100111001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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