#A4B1BD

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

Shades of Nepal #A4B1BD

Tints of Nepal #A4B1BD

Color information

#A4B1BD (or 0xA4B1BD) is unknown color: approx Nepal. HEX triplet: A4, B1 and BD. RGB value is (164,177,189). Sum of RGB (Red+Green+Blue) = 164+177+189=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1BD is #5B4E42. Grayscale: #AEAEAE. Windows color (decimal): -5983811 or 12431780. OLE color: 12431780.

HSL color Cylindrical-coordinate representation of color #A4B1BD: hue angle of 208.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4B1BD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164177189-
CMYK0.130.0600.26
HSL208.8º15.92%69.22%-
HSV(B)208.8º13.23%74.12%-
XYZ40.2243.0154.33-
YUV174.48136.19120.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=30.94%
G=33.40%
B=35.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641771890.130.0600.26208.815.9269.22
HexA4B1BDD601Ad11045
Octal24426127515603232120105
Binary101001001011000110111101110111001101011010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B1BD; }

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

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

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

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

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

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

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

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