Html Css Color HEX #A6BBBA Jungle Mist

📋 copy color: '#A6BBBA'

red 166 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #A6BBBA

Tints of Jungle Mist #A6BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.69%

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 30.8%
G = 34.69%
B = 34.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A6BBBA (or 0xA6BBBA) is known color: Jungle Mist. HEX triplet: A6, BB and BA. RGB value is (166,187,186). Sum of RGB (Red+Green+Blue) = 166+187+186=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBBA is #594445. Grayscale: #B4B4B4. Windows color (decimal): -5850182 or 12237734. OLE color: 12237734.

HSL color Cylindrical-coordinate representation of color #A6BBBA: hue angle of 177.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BBBA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 186 -
CMYK 0.11 0 0.01 0.27
HSL 177.14º 0.13% 0.69% -
HSV(B) 177.14º 0.11% 0.73% -
XYZ 42.36 47.19 53.33 -
YUV 180.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 166 187 186 0.11 0 0.01 0.27 177.14 0.13 0.69
Hex A6 BB BA B 0 1 1B B1 D 45
Octal 246 273 272 13 0 1 33 261 15 105
Binary 10100110 10111011 10111010 1011 0 1 11011 10110001 1101 1000101

Color Harmonies of #A6BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBBA

Black with #A6BBBA

Text Example


Text Example

White with #A6BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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