#8CA9BD

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

Shades of Nepal #8CA9BD

Tints of Nepal #8CA9BD

Color information

#8CA9BD (or 0x8CA9BD) is unknown color: approx Nepal. HEX triplet: 8C, A9 and BD. RGB value is (140,169,189). Sum of RGB (Red+Green+Blue) = 140+169+189=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9BD is #735642. Grayscale: #A2A2A2. Windows color (decimal): -7558723 or 12429708. OLE color: 12429708.

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

Color convert

RGB140169189-
CMYK0.260.1100.26
HSL204.49º27.07%64.51%-
HSV(B)204.49º25.93%74.12%-
XYZ34.1937.6353.6-
YUV162.61142.89111.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=28.11%
G=33.94%
B=37.95%

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
Decimal1401691890.260.1100.26204.4927.0764.51
Hex8CA9BD1AB01Acc1b41
Octal214251275321303231433101
Binary10001100101010011011110111010101101101011001100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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