#8CA6BD

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

Shades of Nepal #8CA6BD

Tints of Nepal #8CA6BD

Color information

#8CA6BD (or 0x8CA6BD) is unknown color: approx Nepal. HEX triplet: 8C, A6 and BD. RGB value is (140,166,189). Sum of RGB (Red+Green+Blue) = 140+166+189=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6BD is #735942. Grayscale: #A0A0A0. Windows color (decimal): -7559491 or 12428940. OLE color: 12428940.

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

Color convert

RGB140166189-
CMYK0.260.1200.26
HSL208.16º27.07%64.51%-
HSV(B)208.16º25.93%74.12%-
XYZ33.6436.5253.42-
YUV160.85143.89113.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=28.28%
G=33.54%
B=38.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401661890.260.1200.26208.1627.0764.51
Hex8CA6BD1AC01Ad01b41
Octal214246275321403232033101
Binary10001100101001101011110111010110001101011010000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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