Html Css Color HEX #AFBBBC Jungle Mist

📋 copy color: '#AFBBBC'

red 175 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #AFBBBC

Tints of Jungle Mist #AFBBBC

RGB

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

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

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

R = 31.82%
G = 34%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFBBBC (or 0xAFBBBC) is known color: Jungle Mist. HEX triplet: AF, BB and BC. RGB value is (175,187,188). Sum of RGB (Red+Green+Blue) = 175+187+188=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBBC is #504443. Grayscale: #B7B7B7. Windows color (decimal): -5260356 or 12368815. OLE color: 12368815.

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

Color convert

RGB 175 187 188 -
CMYK 0.07 0.01 0 0.26
HSL 184.62º 0.09% 0.71% -
HSV(B) 184.62º 0.07% 0.74% -
XYZ 44.53 48.29 54.55 -
YUV 183.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 175 187 188 0.07 0.01 0 0.26 184.62 0.09 0.71
Hex AF BB BC 7 1 0 1A B9 9 47
Octal 257 273 274 7 1 0 32 271 11 107
Binary 10101111 10111011 10111100 111 1 0 11010 10111001 1001 1000111

Color Harmonies of #AFBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBBC

Black with #AFBBBC

Text Example


Text Example

White with #AFBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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