#A1BEC0

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

Shades of Jungle Mist #A1BEC0

Tints of Jungle Mist #A1BEC0

Color information

#A1BEC0 (or 0xA1BEC0) is unknown color: approx Jungle Mist. HEX triplet: A1, BE and C0. RGB value is (161,190,192). Sum of RGB (Red+Green+Blue) = 161+190+192=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #A1BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEC0 is #5E413F. Grayscale: #B5B5B5. Windows color (decimal): -6177088 or 12631713. OLE color: 12631713.

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

Color convert

RGB161190192-
CMYK0.160.0100.25
HSL183.87º19.75%69.22%-
HSV(B)183.87º16.15%75.29%-
XYZ42.6348.2156.93-
YUV181.56133.89113.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=29.65%
G=34.99%
B=35.36%

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
Decimal1611901920.160.0100.25183.8719.7569.22
HexA1BEC0101019b81445
Octal24127630020103127024105
Binary10100001101111101100000010000101100110111000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEC0; }

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

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

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

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

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

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

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

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