Html Css Color HEX #AFBFC1 Jungle Mist

📋 copy color: '#AFBFC1'

red 175 ◦ green 191 ◦ blue 193

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

Shades of Jungle Mist #AFBFC1

Tints of Jungle Mist #AFBFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 34.17%

 BLUE value IS 193 (75.78% from 255) = 34.53%

R = 31.31%
G = 34.17%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFBFC1 (or 0xAFBFC1) is known color: Jungle Mist. HEX triplet: AF, BF and C1. RGB value is (175,191,193). Sum of RGB (Red+Green+Blue) = 175+191+193=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC1 is #50403E. Grayscale: #BABABA. Windows color (decimal): -5259327 or 12697519. OLE color: 12697519.

HSL color Cylindrical-coordinate representation of color #AFBFC1: hue angle of 186.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBFC1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 191 193 -
CMYK 0.09 0.01 0 0.24
HSL 186.67º 0.13% 0.72% -
HSV(B) 186.67º 0.09% 0.76% -
XYZ 45.94 50.23 57.73 -
YUV 186.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 175 191 193 0.09 0.01 0 0.24 186.67 0.13 0.72
Hex AF BF C1 9 1 0 18 BB D 48
Octal 257 277 301 11 1 0 30 273 15 110
Binary 10101111 10111111 11000001 1001 1 0 11000 10111011 1101 1001000

Color Harmonies of #AFBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFC1

Black with #AFBFC1

Text Example


Text Example

White with #AFBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFC1; }

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

 H1.HeaderClassName
 {
   color: #AFBFC1;
 }
 .AnyTagClassName
 {
   color: #AFBFC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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