#B3BABA

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

Shades of Jungle Mist #B3BABA

Tints of Jungle Mist #B3BABA

Color information

#B3BABA (or 0xB3BABA) is unknown color: approx Jungle Mist. HEX triplet: B3, BA and BA. RGB value is (179,186,186). Sum of RGB (Red+Green+Blue) = 179+186+186=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B3BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BABA is #4C4545. Grayscale: #B7B7B7. Windows color (decimal): -4998470 or 12237491. OLE color: 12237491.

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

Color convert

RGB179186186-
CMYK0.04000.27
HSL180º4.83%71.57%-
HSV(B)180º3.76%72.94%-
XYZ45.0148.2553.39-
YUV183.91129.18124.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=32.49%
G=33.76%
B=33.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861860.04000.271804.8371.57
HexB3BABA4001Bb4548
Octal263272272400332645110
Binary1011001110111010101110101000011011101101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BABA; }

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

 H1.HeaderClassName
 {
   color: #B3BABA;
 }
 .AnyTagClassName
 {
   color: #B3BABA;
 }
</style>
background-color css

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

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

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

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

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

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