Html Css Color HEX #AFBBBA Jungle Mist

📋 copy color: '#AFBBBA'

red 175 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #AFBBBA

Tints of Jungle Mist #AFBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.12%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 31.93%
G = 34.12%
B = 33.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#AFBBBA (or 0xAFBBBA) is known color: Jungle Mist. HEX triplet: AF, BB and BA. RGB value is (175,187,186). Sum of RGB (Red+Green+Blue) = 175+187+186=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBBA is #504445. Grayscale: #B7B7B7. Windows color (decimal): -5260358 or 12237743. OLE color: 12237743.

HSL color Cylindrical-coordinate representation of color #AFBBBA: hue angle of 175º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBBBA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 186 -
CMYK 0.06 0 0.01 0.27
HSL 175º 0.08% 0.71% -
HSV(B) 175º 0.06% 0.73% -
XYZ 44.31 48.2 53.42 -
YUV 183.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 175 187 186 0.06 0 0.01 0.27 175 0.08 0.71
Hex AF BB BA 6 0 1 1B AF 8 47
Octal 257 273 272 6 0 1 33 257 10 107
Binary 10101111 10111011 10111010 110 0 1 11011 10101111 1000 1000111

Color Harmonies of #AFBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBBA

Black with #AFBBBA

Text Example


Text Example

White with #AFBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBBA; }

 p { color: rgb(175,187,186); }

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

background-color css

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

 a { background-color: rgb(175,187,186); }

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

border-color css

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

 span { border-color: rgb(175,187,186); }

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