#A1B1BE

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

Shades of Nepal #A1B1BE

Tints of Nepal #A1B1BE

Color information

#A1B1BE (or 0xA1B1BE) is unknown color: approx Nepal. HEX triplet: A1, B1 and BE. RGB value is (161,177,190). Sum of RGB (Red+Green+Blue) = 161+177+190=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1BE is #5E4E41. Grayscale: #ADADAD. Windows color (decimal): -6180418 or 12497313. OLE color: 12497313.

HSL color Cylindrical-coordinate representation of color #A1B1BE: hue angle of 206.9º 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 #A1B1BE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161177190-
CMYK0.150.0700.25
HSL206.9º18.24%68.82%-
HSV(B)206.9º15.26%74.51%-
XYZ39.7142.7454.87-
YUV173.7137.2118.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=30.49%
G=33.52%
B=35.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611771900.150.0700.25206.918.2468.82
HexA1B1BEF7019cf1245
Octal24126127617703131722105
Binary101000011011000110111110111111101100111001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1BE; }

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

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

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

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

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

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

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

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