#A1B1BD

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

Shades of Nepal #A1B1BD

Tints of Nepal #A1B1BD

Color information

#A1B1BD (or 0xA1B1BD) is unknown color: approx Nepal. HEX triplet: A1, B1 and BD. RGB value is (161,177,189). Sum of RGB (Red+Green+Blue) = 161+177+189=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #A1B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1BD is #5E4E42. Grayscale: #ADADAD. Windows color (decimal): -6180419 or 12431777. OLE color: 12431777.

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

Color convert

RGB161177189-
CMYK0.150.0600.26
HSL205.71º17.5%68.63%-
HSV(B)205.71º14.81%74.12%-
XYZ39.6142.754.3-
YUV173.58136.7119.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=30.55%
G=33.59%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611771890.150.0600.26205.7117.568.63
HexA1B1BDF601Ace1145
Octal24126127517603231621105
Binary101000011011000110111101111111001101011001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1BD; }

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

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

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

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

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

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

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

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