Html Css Color HEX #A9BBBA Jungle Mist

📋 copy color: '#A9BBBA'

red 169 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #A9BBBA

Tints of Jungle Mist #A9BBBA

RGB

 RED value IS 169 (66.41% from 255) = 31.18%

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

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

R = 31.18%
G = 34.5%
B = 34.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A9BBBA (or 0xA9BBBA) is known color: Jungle Mist. HEX triplet: A9, BB and BA. RGB value is (169,187,186). Sum of RGB (Red+Green+Blue) = 169+187+186=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBBA is #564445. Grayscale: #B5B5B5. Windows color (decimal): -5653574 or 12237737. OLE color: 12237737.

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

Color convert

RGB 169 187 186 -
CMYK 0.10 0 0.01 0.27
HSL 176.67º 0.12% 0.7% -
HSV(B) 176.67º 0.1% 0.73% -
XYZ 43 47.52 53.36 -
YUV 181.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 169 187 186 0.10 0 0.01 0.27 176.67 0.12 0.7
Hex A9 BB BA A 0 1 1B B1 C 46
Octal 251 273 272 12 0 1 33 261 14 106
Binary 10101001 10111011 10111010 1010 0 1 11011 10110001 1100 1000110

Color Harmonies of #A9BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBBA

Black with #A9BBBA

Text Example


Text Example

White with #A9BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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