Html Css Color HEX #AFBDBC Jungle Mist

📋 copy color: '#AFBDBC'

red 175 ◦ green 189 ◦ blue 188

#AFBDBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AFBDBC

Tints of Jungle Mist #AFBDBC

RGB

 RED value IS 175 (68.75% from 255) = 31.7%

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 31.7%
G = 34.24%
B = 34.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#AFBDBC (or 0xAFBDBC) is known color: 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

RGB 175 189 188 -
CMYK 0.07 0 0.01 0.26
HSL 175.71º 0.1% 0.71% -
HSV(B) 175.71º 0.07% 0.74% -
XYZ 44.95 49.14 54.69 -
YUV 184.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 175 189 188 0.07 0 0.01 0.26 175.71 0.1 0.71
Hex AF BD BC 7 0 1 1A B0 A 47
Octal 257 275 274 7 0 1 32 260 12 107
Binary 10101111 10111101 10111100 111 0 1 11010 10110000 1010 1000111

Color Harmonies of #AFBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDBC

Black with #AFBDBC

Text Example


Text Example

White with #AFBDBC

Text Example


Text Example

HTML Codes & Css Web 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>