Html Css Color HEX #A6BCBB Jungle Mist

📋 copy color: '#A6BCBB'

red 166 ◦ green 188 ◦ blue 187

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

Shades of Jungle Mist #A6BCBB

Tints of Jungle Mist #A6BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 30.68%
G = 34.75%
B = 34.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A6BCBB (or 0xA6BCBB) is known color: Jungle Mist. HEX triplet: A6, BC and BB. RGB value is (166,188,187). Sum of RGB (Red+Green+Blue) = 166+188+187=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCBB is #594344. Grayscale: #B5B5B5. Windows color (decimal): -5849925 or 12303526. OLE color: 12303526.

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

Color convert

RGB 166 188 187 -
CMYK 0.12 0 0.01 0.26
HSL 177.27º 0.14% 0.69% -
HSV(B) 177.27º 0.12% 0.74% -
XYZ 42.68 47.66 53.96 -
YUV 181.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 166 188 187 0.12 0 0.01 0.26 177.27 0.14 0.69
Hex A6 BC BB C 0 1 1A B1 E 45
Octal 246 274 273 14 0 1 32 261 16 105
Binary 10100110 10111100 10111011 1100 0 1 11010 10110001 1110 1000101

Color Harmonies of #A6BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCBB

Black with #A6BCBB

Text Example


Text Example

White with #A6BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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