#AFBEBF

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

Shades of Jungle Mist #AFBEBF

Tints of Jungle Mist #AFBEBF

Color information

#AFBEBF (or 0xAFBEBF) is unknown color: approx Jungle Mist. HEX triplet: AF, BE and BF. RGB value is (175,190,191). Sum of RGB (Red+Green+Blue) = 175+190+191=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEBF is #504140. Grayscale: #B9B9B9. Windows color (decimal): -5259585 or 12566191. OLE color: 12566191.

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

Color convert

RGB175190191-
CMYK0.080.0100.25
HSL183.75º11.11%71.76%-
HSV(B)183.75º8.38%74.9%-
XYZ45.549.756.49-
YUV185.63131.03120.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 191 (75% from 255) = 34.35%
R=31.47%
G=34.17%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901910.080.0100.25183.7511.1171.76
HexAFBEBF81019b8b48
Octal25727627710103127013110
Binary101011111011111010111111100010110011011100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEBF; }

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

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

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

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

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

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

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

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