#AFBFC1

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

Shades of Jungle Mist #AFBFC1

Tints of Jungle Mist #AFBFC1

Color information

#AFBFC1 (or 0xAFBFC1) is unknown color: approx Jungle Mist. HEX triplet: AF, BF and C1. RGB value is (175,191,193). Sum of RGB (Red+Green+Blue) = 175+191+193=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC1 is #50403E. Grayscale: #BABABA. Windows color (decimal): -5259327 or 12697519. OLE color: 12697519.

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

Color convert

RGB175191193-
CMYK0.090.0100.24
HSL186.67º12.68%72.16%-
HSV(B)186.67º9.33%75.69%-
XYZ45.9450.2357.73-
YUV186.44131.7119.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=31.31%
G=34.17%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751911930.090.0100.24186.6712.6872.16
HexAFBFC191018bbd48
Octal25727730111103027315110
Binary101011111011111111000001100110110001011101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFC1; }

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

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

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

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

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

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

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

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