#8CA8BD

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

Shades of Nepal #8CA8BD

Tints of Nepal #8CA8BD

Color information

#8CA8BD (or 0x8CA8BD) is unknown color: approx Nepal. HEX triplet: 8C, A8 and BD. RGB value is (140,168,189). Sum of RGB (Red+Green+Blue) = 140+168+189=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8BD is #735742. Grayscale: #A1A1A1. Windows color (decimal): -7558979 or 12429452. OLE color: 12429452.

HSL color Cylindrical-coordinate representation of color #8CA8BD: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA8BD is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140168189-
CMYK0.260.1100.26
HSL205.71º27.07%64.51%-
HSV(B)205.71º25.93%74.12%-
XYZ3437.2553.54-
YUV162.02143.22112.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=28.17%
G=33.80%
B=38.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401681890.260.1100.26205.7127.0764.51
Hex8CA8BD1AB01Ace1b41
Octal214250275321303231633101
Binary10001100101010001011110111010101101101011001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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