#A4BFC1

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

Shades of Jungle Mist #A4BFC1

Tints of Jungle Mist #A4BFC1

Color information

#A4BFC1 (or 0xA4BFC1) is unknown color: approx Jungle Mist. HEX triplet: A4, BF and C1. RGB value is (164,191,193). Sum of RGB (Red+Green+Blue) = 164+191+193=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFC1 is #5B403E. Grayscale: #B7B7B7. Windows color (decimal): -5980223 or 12697508. OLE color: 12697508.

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

Color convert

RGB164191193-
CMYK0.150.0100.24
HSL184.14º18.95%70%-
HSV(B)184.14º15.03%75.69%-
XYZ43.574957.61-
YUV183.16133.55114.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=29.93%
G=34.85%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641911930.150.0100.24184.1418.9570
HexA4BFC1F1018b81346
Octal24427730117103027023106
Binary1010010010111111110000011111101100010111000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFC1; }

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

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

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

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

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

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

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

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