#AFBDBC

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

Shades of Jungle Mist #AFBDBC

Tints of Jungle Mist #AFBDBC

Color information

#AFBDBC (or 0xAFBDBC) is unknown color: approx Jungle Mist. HEX triplet: AF, BD and BC. RGB value is (175,189,188). Sum of RGB (Red+Green+Blue) = 175+189+188=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBC is #504243. Grayscale: #B8B8B8. Windows color (decimal): -5259844 or 12369327. OLE color: 12369327.

HSL color Cylindrical-coordinate representation of color #AFBDBC: hue angle of 175.71º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDBC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB175189188-
CMYK0.0700.010.26
HSL175.71º9.59%71.37%-
HSV(B)175.71º7.41%74.12%-
XYZ44.9549.1454.69-
YUV184.7129.86121.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=31.70%
G=34.24%
B=34.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891880.0700.010.26175.719.5971.37
HexAFBDBC7011Ab0a47
Octal2572752747013226012107
Binary10101111101111011011110011101110101011000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDBC; }

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

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

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

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

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

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

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

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