#B4BABA

Color #B4BABA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B4BABA

Tints of Jungle Mist #B4BABA

Color information

#B4BABA (or 0xB4BABA) is unknown color: approx 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

RGB180186186-
CMYK0.03000.27
HSL180º4.17%71.76%-
HSV(B)180º3.23%72.94%-
XYZ45.2448.3753.41-
YUV184.21129.01125-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=32.61%
G=33.70%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861860.03000.271804.1771.76
HexB4BABA3001Bb4448
Octal264272272300332644110
Binary101101001011101010111010110011011101101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>