#8CA7BC

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

Shades of Nepal #8CA7BC

Tints of Nepal #8CA7BC

Color information

#8CA7BC (or 0x8CA7BC) is unknown color: approx Nepal. HEX triplet: 8C, A7 and BC. RGB value is (140,167,188). Sum of RGB (Red+Green+Blue) = 140+167+188=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7BC is #735843. Grayscale: #A1A1A1. Windows color (decimal): -7559236 or 12363660. OLE color: 12363660.

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

Color convert

RGB140167188-
CMYK0.260.1100.26
HSL206.25º26.37%64.31%-
HSV(B)206.25º25.53%73.73%-
XYZ33.7136.8452.91-
YUV161.32143.05112.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=28.28%
G=33.74%
B=37.98%

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
Decimal1401671880.260.1100.26206.2526.3764.31
Hex8CA7BC1AB01Ace1a40
Octal214247274321303231632100
Binary10001100101001111011110011010101101101011001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,188); }

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

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

 a { background-color: rgb(140,167,188); }

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

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

 span { border-color: rgb(140,167,188); }

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