#A2B1BC

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

Shades of Nepal #A2B1BC

Tints of Nepal #A2B1BC

Color information

#A2B1BC (or 0xA2B1BC) is unknown color: approx Nepal. HEX triplet: A2, B1 and BC. RGB value is (162,177,188). Sum of RGB (Red+Green+Blue) = 162+177+188=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1BC is #5D4E43. Grayscale: #ADADAD. Windows color (decimal): -6114884 or 12366242. OLE color: 12366242.

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

Color convert

RGB162177188-
CMYK0.140.0600.26
HSL205.38º16.25%68.63%-
HSV(B)205.38º13.83%73.73%-
XYZ39.742.7653.74-
YUV173.77136.03119.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=30.74%
G=33.59%
B=35.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621771880.140.0600.26205.3816.2568.63
HexA2B1BCE601Acd1045
Octal24226127416603231520105
Binary101000101011000110111100111011001101011001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B1BC; }

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

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

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

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

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

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

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

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