Html Css Color HEX #B4BABA Jungle Mist

📋 copy color: '#B4BABA'

red 180 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #B4BABA

Tints of Jungle Mist #B4BABA

RGB

 RED value IS 180 (70.7% from 255) = 32.61%

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

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

R = 32.61%
G = 33.7%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B4BABA (or 0xB4BABA) is known color: Jungle Mist. HEX triplet: B4, BA and BA. RGB value is (180,186,186). Sum of RGB (Red+Green+Blue) = 180+186+186=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B4BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BABA is #4B4545. Grayscale: #B8B8B8. Windows color (decimal): -4932934 or 12237492. OLE color: 12237492.

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

Color convert

RGB 180 186 186 -
CMYK 0.03 0 0 0.27
HSL 180º 0.04% 0.72% -
HSV(B) 180º 0.03% 0.73% -
XYZ 45.24 48.37 53.41 -
YUV 184.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 180 186 186 0.03 0 0 0.27 180 0.04 0.72
Hex B4 BA BA 3 0 0 1B B4 4 48
Octal 264 272 272 3 0 0 33 264 4 110
Binary 10110100 10111010 10111010 11 0 0 11011 10110100 100 1001000

Color Harmonies of #B4BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BABA

Black with #B4BABA

Text Example


Text Example

White with #B4BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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