#A1BDBF

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

Shades of Jungle Mist #A1BDBF

Tints of Jungle Mist #A1BDBF

Color information

#A1BDBF (or 0xA1BDBF) is unknown color: approx Jungle Mist. HEX triplet: A1, BD and BF. RGB value is (161,189,191). Sum of RGB (Red+Green+Blue) = 161+189+191=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDBF is #5E4240. Grayscale: #B4B4B4. Windows color (decimal): -6177345 or 12565921. OLE color: 12565921.

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

Color convert

RGB161189191-
CMYK0.160.0100.25
HSL184º18.99%69.02%-
HSV(B)184º15.71%74.9%-
XYZ42.347.7356.27-
YUV180.86133.72113.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 191 (75% from 255) = 35.30%
R=29.76%
G=34.94%
B=35.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611891910.160.0100.2518418.9969.02
HexA1BDBF101019b81345
Octal24127527720103127023105
Binary10100001101111011011111110000101100110111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDBF; }

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

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

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

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

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

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

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

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