#A7BFC1

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

Shades of Jungle Mist #A7BFC1

Tints of Jungle Mist #A7BFC1

Color information

#A7BFC1 (or 0xA7BFC1) is unknown color: approx Jungle Mist. HEX triplet: A7, BF and C1. RGB value is (167,191,193). Sum of RGB (Red+Green+Blue) = 167+191+193=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFC1 is #58403E. Grayscale: #B8B8B8. Windows color (decimal): -5783615 or 12697511. OLE color: 12697511.

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

Color convert

RGB167191193-
CMYK0.130.0100.24
HSL184.62º17.33%70.59%-
HSV(B)184.62º13.47%75.69%-
XYZ44.1949.3357.64-
YUV184.05133.05115.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.31%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=30.31%
G=34.66%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671911930.130.0100.24184.6217.3370.59
HexA7BFC1D1018b91147
Octal24727730115103027121107
Binary1010011110111111110000011101101100010111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFC1; }

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

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

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

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

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

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

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

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