#AFBDBF

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

Shades of Jungle Mist #AFBDBF

Tints of Jungle Mist #AFBDBF

Color information

#AFBDBF (or 0xAFBDBF) is unknown color: approx Jungle Mist. HEX triplet: AF, BD and BF. RGB value is (175,189,191). Sum of RGB (Red+Green+Blue) = 175+189+191=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBF is #504240. Grayscale: #B9B9B9. Windows color (decimal): -5259841 or 12565935. OLE color: 12565935.

HSL color Cylindrical-coordinate representation of color #AFBDBF: hue angle of 187.5º 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 #AFBDBF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175189191-
CMYK0.080.0100.25
HSL187.5º11.11%71.76%-
HSV(B)187.5º8.38%74.9%-
XYZ45.2849.2756.41-
YUV185.04131.36120.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 191 (75% from 255) = 34.41%
R=31.53%
G=34.05%
B=34.41%

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
Decimal1751891910.080.0100.25187.511.1171.76
HexAFBDBF81019bbb48
Octal25727527710103127313110
Binary101011111011110110111111100010110011011101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDBF; }

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

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

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

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

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

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

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

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