#AFBDBE

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

Shades of Jungle Mist #AFBDBE

Tints of Jungle Mist #AFBDBE

Color information

#AFBDBE (or 0xAFBDBE) is unknown color: approx Jungle Mist. HEX triplet: AF, BD and BE. RGB value is (175,189,190). Sum of RGB (Red+Green+Blue) = 175+189+190=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBE is #504241. Grayscale: #B8B8B8. Windows color (decimal): -5259842 or 12500399. OLE color: 12500399.

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

Color convert

RGB175189190-
CMYK0.080.0100.25
HSL184º10.34%71.57%-
HSV(B)184º7.89%74.51%-
XYZ45.1749.2355.84-
YUV184.93130.86120.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=31.59%
G=34.12%
B=34.30%

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
Decimal1751891900.080.0100.2518410.3471.57
HexAFBDBE81019b8a48
Octal25727527610103127012110
Binary101011111011110110111110100010110011011100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDBE; }

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

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

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

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

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

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

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

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