#AFBCBD

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

Shades of Jungle Mist #AFBCBD

Tints of Jungle Mist #AFBCBD

Color information

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

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

Color convert

RGB175188189-
CMYK0.070.0100.26
HSL184.29º9.59%71.37%-
HSV(B)184.29º7.41%74.12%-
XYZ44.8548.7555.19-
YUV184.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881890.070.0100.26184.299.5971.37
HexAFBCBD7101Ab8a47
Octal2572742757103227012107
Binary10101111101111001011110111110110101011100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCBD; }

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

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

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

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

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

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

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

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