#A3B1BC

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

Shades of Nepal #A3B1BC

Tints of Nepal #A3B1BC

Color information

#A3B1BC (or 0xA3B1BC) is unknown color: approx Nepal. HEX triplet: A3, B1 and BC. RGB value is (163,177,188). Sum of RGB (Red+Green+Blue) = 163+177+188=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1BC is #5C4E43. Grayscale: #AEAEAE. Windows color (decimal): -6049348 or 12366243. OLE color: 12366243.

HSL color Cylindrical-coordinate representation of color #A3B1BC: hue angle of 206.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B1BC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163177188-
CMYK0.130.0600.26
HSL206.4º15.72%68.82%-
HSV(B)206.4º13.3%73.73%-
XYZ39.942.8653.75-
YUV174.07135.86120.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=30.87%
G=33.52%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631771880.130.0600.26206.415.7268.82
HexA3B1BCD601Ace1045
Octal24326127415603231620105
Binary101000111011000110111100110111001101011001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B1BC; }

 p { color: rgb(163,177,188); }

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

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

 a { background-color: rgb(163,177,188); }

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

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

 span { border-color: rgb(163,177,188); }

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