#A1B2BE

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

Shades of Nepal #A1B2BE

Tints of Nepal #A1B2BE

Color information

#A1B2BE (or 0xA1B2BE) is unknown color: approx Nepal. HEX triplet: A1, B2 and BE. RGB value is (161,178,190). Sum of RGB (Red+Green+Blue) = 161+178+190=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2BE is #5E4D41. Grayscale: #AEAEAE. Windows color (decimal): -6180162 or 12497569. OLE color: 12497569.

HSL color Cylindrical-coordinate representation of color #A1B2BE: hue angle of 204.83º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B2BE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161178190-
CMYK0.150.0600.25
HSL204.83º18.24%68.82%-
HSV(B)204.83º15.26%74.51%-
XYZ39.9143.1454.94-
YUV174.28136.87118.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=30.43%
G=33.65%
B=35.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611781900.150.0600.25204.8318.2468.82
HexA1B2BEF6019cd1245
Octal24126227617603131522105
Binary101000011011001010111110111111001100111001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2BE; }

 p { color: rgb(161,178,190); }

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

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

 a { background-color: rgb(161,178,190); }

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

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

 span { border-color: rgb(161,178,190); }

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