#A4B1BE

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

Shades of Nepal #A4B1BE

Tints of Nepal #A4B1BE

Color information

#A4B1BE (or 0xA4B1BE) is unknown color: approx Nepal. HEX triplet: A4, B1 and BE. RGB value is (164,177,190). Sum of RGB (Red+Green+Blue) = 164+177+190=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1BE is #5B4E41. Grayscale: #AEAEAE. Windows color (decimal): -5983810 or 12497316. OLE color: 12497316.

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

Color convert

RGB164177190-
CMYK0.140.0700.25
HSL210º16.67%69.41%-
HSV(B)210º13.68%74.51%-
XYZ40.3343.0554.9-
YUV174.6136.69120.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=30.89%
G=33.33%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641771900.140.0700.2521016.6769.41
HexA4B1BEE7019d21145
Octal24426127616703132221105
Binary101001001011000110111110111011101100111010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B1BE; }

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

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

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

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

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

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

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

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