#A2B0BA

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

Shades of Nepal #A2B0BA

Tints of Nepal #A2B0BA

Color information

#A2B0BA (or 0xA2B0BA) is unknown color: approx Nepal. HEX triplet: A2, B0 and BA. RGB value is (162,176,186). Sum of RGB (Red+Green+Blue) = 162+176+186=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0BA is #5D4F45. Grayscale: #ACACAC. Windows color (decimal): -6115142 or 12234914. OLE color: 12234914.

HSL color Cylindrical-coordinate representation of color #A2B0BA: hue angle of 205º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B0BA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162176186-
CMYK0.130.0500.27
HSL205º14.81%68.24%-
HSV(B)205º12.9%72.94%-
XYZ39.2942.2852.54-
YUV172.95135.36120.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=30.92%
G=33.59%
B=35.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621761860.130.0500.2720514.8168.24
HexA2B0BAD501Bcdf44
Octal24226027215503331517104
Binary10100010101100001011101011011010110111100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B0BA; }

 p { color: rgb(162,176,186); }

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

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

 a { background-color: rgb(162,176,186); }

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

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

 span { border-color: rgb(162,176,186); }

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