Html Css Color HEX #A5BABA Jungle Mist

📋 copy color: '#A5BABA'

red 165 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #A5BABA

Tints of Jungle Mist #A5BABA

RGB

 RED value IS 165 (64.84% from 255) = 30.73%

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

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

R = 30.73%
G = 34.64%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5BABA (or 0xA5BABA) is known color: Jungle Mist. HEX triplet: A5, BA and BA. RGB value is (165,186,186). Sum of RGB (Red+Green+Blue) = 165+186+186=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A5BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABA is #5A4545. Grayscale: #B3B3B3. Windows color (decimal): -5915974 or 12237477. OLE color: 12237477.

HSL color Cylindrical-coordinate representation of color #A5BABA: hue angle of 180º 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 #A5BABA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 186 -
CMYK 0.11 0 0 0.27
HSL 180º 0.13% 0.69% -
HSV(B) 180º 0.11% 0.73% -
XYZ 41.94 46.66 53.25 -
YUV 179.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 165 186 186 0.11 0 0 0.27 180 0.13 0.69
Hex A5 BA BA B 0 0 1B B4 D 45
Octal 245 272 272 13 0 0 33 264 15 105
Binary 10100101 10111010 10111010 1011 0 0 11011 10110100 1101 1000101

Color Harmonies of #A5BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BABA

Black with #A5BABA

Text Example


Text Example

White with #A5BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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