Html Css Color HEX #A6BCBD Jungle Mist

📋 copy color: '#A6BCBD'

red 166 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #A6BCBD

Tints of Jungle Mist #A6BCBD

RGB

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

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

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

R = 30.57%
G = 34.62%
B = 34.81%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6BCBD (or 0xA6BCBD) is known color: Jungle Mist. HEX triplet: A6, BC and BD. RGB value is (166,188,189). Sum of RGB (Red+Green+Blue) = 166+188+189=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCBD is #594342. Grayscale: #B5B5B5. Windows color (decimal): -5849923 or 12434598. OLE color: 12434598.

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

Color convert

RGB 166 188 189 -
CMYK 0.12 0.01 0 0.26
HSL 182.61º 0.15% 0.7% -
HSV(B) 182.61º 0.12% 0.74% -
XYZ 42.89 47.75 55.1 -
YUV 181.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 166 188 189 0.12 0.01 0 0.26 182.61 0.15 0.7
Hex A6 BC BD C 1 0 1A B7 F 46
Octal 246 274 275 14 1 0 32 267 17 106
Binary 10100110 10111100 10111101 1100 1 0 11010 10110111 1111 1000110

Color Harmonies of #A6BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCBD

Black with #A6BCBD

Text Example


Text Example

White with #A6BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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