Html Css Color HEX #A6BCBC Jungle Mist

📋 copy color: '#A6BCBC'

red 166 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #A6BCBC

Tints of Jungle Mist #A6BCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

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

R = 30.63%
G = 34.69%
B = 34.69%

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

#A6BCBC (or 0xA6BCBC) is known color: Jungle Mist. HEX triplet: A6, BC and BC. RGB value is (166,188,188). Sum of RGB (Red+Green+Blue) = 166+188+188=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A6BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCBC is #594343. Grayscale: #B5B5B5. Windows color (decimal): -5849924 or 12369062. OLE color: 12369062.

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

Color convert

RGB 166 188 188 -
CMYK 0.12 0 0 0.26
HSL 180º 0.14% 0.69% -
HSV(B) 180º 0.12% 0.74% -
XYZ 42.79 47.7 54.53 -
YUV 181.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 166 188 188 0.12 0 0 0.26 180 0.14 0.69
Hex A6 BC BC C 0 0 1A B4 E 45
Octal 246 274 274 14 0 0 32 264 16 105
Binary 10100110 10111100 10111100 1100 0 0 11010 10110100 1110 1000101

Color Harmonies of #A6BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCBC

Black with #A6BCBC

Text Example


Text Example

White with #A6BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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