#8CA4BB

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

Shades of Nepal #8CA4BB

Tints of Nepal #8CA4BB

Color information

#8CA4BB (or 0x8CA4BB) is unknown color: approx Nepal. HEX triplet: 8C, A4 and BB. RGB value is (140,164,187). Sum of RGB (Red+Green+Blue) = 140+164+187=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4BB is #735B44. Grayscale: #9F9F9F. Windows color (decimal): -7560005 or 12297356. OLE color: 12297356.

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

Color convert

RGB140164187-
CMYK0.250.1200.27
HSL209.36º25.68%64.12%-
HSV(B)209.36º25.13%73.33%-
XYZ33.0635.7152.16-
YUV159.45143.55114.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=28.51%
G=33.40%
B=38.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401641870.250.1200.27209.3625.6864.12
Hex8CA4BB19C01Bd11a40
Octal214244273311403332132100
Binary10001100101001001011101111001110001101111010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,187); }

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

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

 a { background-color: rgb(140,164,187); }

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

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

 span { border-color: rgb(140,164,187); }

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