#A1B2BF

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

Shades of Nepal #A1B2BF

Tints of Nepal #A1B2BF

Color information

#A1B2BF (or 0xA1B2BF) is unknown color: approx Nepal. HEX triplet: A1, B2 and BF. RGB value is (161,178,191). Sum of RGB (Red+Green+Blue) = 161+178+191=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2BF is #5E4D40. Grayscale: #AEAEAE. Windows color (decimal): -6180161 or 12563105. OLE color: 12563105.

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

Color convert

RGB161178191-
CMYK0.160.0700.25
HSL206º18.99%69.02%-
HSV(B)206º15.71%74.9%-
XYZ40.0243.1855.52-
YUV174.4137.37118.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 191 (75% from 255) = 36.04%
R=30.38%
G=33.58%
B=36.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611781910.160.0700.2520618.9969.02
HexA1B2BF107019ce1345
Octal24126227720703131623105
Binary1010000110110010101111111000011101100111001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2BF; }

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

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

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

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

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

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

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

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