#A4BDBE

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

Shades of Jungle Mist #A4BDBE

Tints of Jungle Mist #A4BDBE

Color information

#A4BDBE (or 0xA4BDBE) is unknown color: approx Jungle Mist. HEX triplet: A4, BD and BE. RGB value is (164,189,190). Sum of RGB (Red+Green+Blue) = 164+189+190=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDBE is #5B4241. Grayscale: #B5B5B5. Windows color (decimal): -5980738 or 12500388. OLE color: 12500388.

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

Color convert

RGB164189190-
CMYK0.140.0100.25
HSL182.31º16.67%69.41%-
HSV(B)182.31º13.68%74.51%-
XYZ42.848.0155.73-
YUV181.64132.72115.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=30.20%
G=34.81%
B=34.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641891900.140.0100.25182.3116.6769.41
HexA4BDBEE1019b61145
Octal24427527616103126621105
Binary1010010010111101101111101110101100110110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDBE; }

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

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

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

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

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

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

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

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