Html Css Color HEX #A6BFBD Jungle Mist

📋 copy color: '#A6BFBD'

red 166 ◦ green 191 ◦ blue 189

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

Shades of Jungle Mist #A6BFBD

Tints of Jungle Mist #A6BFBD

RGB

 RED value IS 166 (65.23% from 255) = 30.4%

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

 BLUE value IS 189 (74.22% from 255) = 34.62%

R = 30.4%
G = 34.98%
B = 34.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A6BFBD (or 0xA6BFBD) is known color: Jungle Mist. HEX triplet: A6, BF and BD. RGB value is (166,191,189). Sum of RGB (Red+Green+Blue) = 166+191+189=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBD is #594042. Grayscale: #B7B7B7. Windows color (decimal): -5849155 or 12435366. OLE color: 12435366.

HSL color Cylindrical-coordinate representation of color #A6BFBD: hue angle of 175.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFBD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 191 189 -
CMYK 0.13 0 0.01 0.25
HSL 175.2º 0.16% 0.7% -
HSV(B) 175.2º 0.13% 0.75% -
XYZ 43.54 49.04 55.32 -
YUV 183.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 166 191 189 0.13 0 0.01 0.25 175.2 0.16 0.7
Hex A6 BF BD D 0 1 19 AF 10 46
Octal 246 277 275 15 0 1 31 257 20 106
Binary 10100110 10111111 10111101 1101 0 1 11001 10101111 10000 1000110

Color Harmonies of #A6BFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFBD

Black with #A6BFBD

Text Example


Text Example

White with #A6BFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFBD; }

 p { color: rgb(166,191,189); }

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

background-color css

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

 a { background-color: rgb(166,191,189); }

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

border-color css

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

 span { border-color: rgb(166,191,189); }

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