Html Css Color HEX #A4BBBA Jungle Mist

📋 copy color: '#A4BBBA'

red 164 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #A4BBBA

Tints of Jungle Mist #A4BBBA

RGB

 RED value IS 164 (64.45% from 255) = 30.54%

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

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

R = 30.54%
G = 34.82%
B = 34.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A4BBBA (or 0xA4BBBA) is known color: Jungle Mist. HEX triplet: A4, BB and BA. RGB value is (164,187,186). Sum of RGB (Red+Green+Blue) = 164+187+186=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBBA is #5B4445. Grayscale: #B3B3B3. Windows color (decimal): -5981254 or 12237732. OLE color: 12237732.

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

Color convert

RGB 164 187 186 -
CMYK 0.12 0 0.01 0.27
HSL 177.39º 0.14% 0.69% -
HSV(B) 177.39º 0.12% 0.73% -
XYZ 41.94 46.98 53.31 -
YUV 180.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 164 187 186 0.12 0 0.01 0.27 177.39 0.14 0.69
Hex A4 BB BA C 0 1 1B B1 E 45
Octal 244 273 272 14 0 1 33 261 16 105
Binary 10100100 10111011 10111010 1100 0 1 11011 10110001 1110 1000101

Color Harmonies of #A4BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBBA

Black with #A4BBBA

Text Example


Text Example

White with #A4BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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