#A4BFC0

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

Shades of Jungle Mist #A4BFC0

Tints of Jungle Mist #A4BFC0

Color information

#A4BFC0 (or 0xA4BFC0) is unknown color: approx Jungle Mist. HEX triplet: A4, BF and C0. RGB value is (164,191,192). Sum of RGB (Red+Green+Blue) = 164+191+192=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #A4BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFC0 is #5B403F. Grayscale: #B7B7B7. Windows color (decimal): -5980224 or 12631972. OLE color: 12631972.

HSL color Cylindrical-coordinate representation of color #A4BFC0: hue angle of 182.14º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BFC0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164191192-
CMYK0.150.0100.25
HSL182.14º18.18%69.8%-
HSV(B)182.14º14.58%75.29%-
XYZ43.4648.9657.03-
YUV183.04133.05114.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=29.98%
G=34.92%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911920.150.0100.25182.1418.1869.8
HexA4BFC0F1019b61246
Octal24427730017103126622106
Binary1010010010111111110000001111101100110110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFC0; }

 p { color: rgb(164,191,192); }

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

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

 a { background-color: rgb(164,191,192); }

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

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

 span { border-color: rgb(164,191,192); }

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