#A9BFC1

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

Shades of Jungle Mist #A9BFC1

Tints of Jungle Mist #A9BFC1

Color information

#A9BFC1 (or 0xA9BFC1) is unknown color: approx Jungle Mist. HEX triplet: A9, BF and C1. RGB value is (169,191,193). Sum of RGB (Red+Green+Blue) = 169+191+193=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFC1 is #56403E. Grayscale: #B8B8B8. Windows color (decimal): -5652543 or 12697513. OLE color: 12697513.

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

Color convert

RGB169191193-
CMYK0.120.0100.24
HSL185º16.22%70.98%-
HSV(B)185º12.44%75.69%-
XYZ44.6249.5557.66-
YUV184.65132.71116.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=30.56%
G=34.54%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691911930.120.0100.2418516.2270.98
HexA9BFC1C1018b91047
Octal25127730114103027120107
Binary1010100110111111110000011100101100010111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFC1; }

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

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

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

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

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

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

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

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