Html Css Color HEX #A6BDBD Jungle Mist

📋 copy color: '#A6BDBD'

red 166 ◦ green 189 ◦ blue 189

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

Shades of Jungle Mist #A6BDBD

Tints of Jungle Mist #A6BDBD

RGB

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

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

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

R = 30.51%
G = 34.74%
B = 34.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6BDBD (or 0xA6BDBD) is known color: Jungle Mist. HEX triplet: A6, BD and BD. RGB value is (166,189,189). Sum of RGB (Red+Green+Blue) = 166+189+189=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #A6BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDBD is #594242. Grayscale: #B6B6B6. Windows color (decimal): -5849667 or 12434854. OLE color: 12434854.

HSL color Cylindrical-coordinate representation of color #A6BDBD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BDBD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 189 -
CMYK 0.12 0 0 0.26
HSL 180º 0.15% 0.7% -
HSV(B) 180º 0.12% 0.74% -
XYZ 43.11 48.18 55.17 -
YUV 182.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 166 189 189 0.12 0 0 0.26 180 0.15 0.7
Hex A6 BD BD C 0 0 1A B4 F 46
Octal 246 275 275 14 0 0 32 264 17 106
Binary 10100110 10111101 10111101 1100 0 0 11010 10110100 1111 1000110

Color Harmonies of #A6BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDBD

Black with #A6BDBD

Text Example


Text Example

White with #A6BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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