Html Css Color HEX #A8BABA Jungle Mist

📋 copy color: '#A8BABA'

red 168 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #A8BABA

Tints of Jungle Mist #A8BABA

RGB

 RED value IS 168 (66.02% from 255) = 31.11%

 GREEN value IS 186 (73.05% from 255) = 34.44%

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

R = 31.11%
G = 34.44%
B = 34.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A8BABA (or 0xA8BABA) is known color: Jungle Mist. HEX triplet: A8, BA and BA. RGB value is (168,186,186). Sum of RGB (Red+Green+Blue) = 168+186+186=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A8BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BABA is #574545. Grayscale: #B4B4B4. Windows color (decimal): -5719366 or 12237480. OLE color: 12237480.

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

Color convert

RGB 168 186 186 -
CMYK 0.10 0 0 0.27
HSL 180º 0.12% 0.69% -
HSV(B) 180º 0.1% 0.73% -
XYZ 42.57 46.99 53.28 -
YUV 180.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 168 186 186 0.10 0 0 0.27 180 0.12 0.69
Hex A8 BA BA A 0 0 1B B4 C 45
Octal 250 272 272 12 0 0 33 264 14 105
Binary 10101000 10111010 10111010 1010 0 0 11011 10110100 1100 1000101

Color Harmonies of #A8BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BABA

Black with #A8BABA

Text Example


Text Example

White with #A8BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BABA; }

 p { color: rgb(168,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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