#B6BABA

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

Shades of Jungle Mist #B6BABA

Tints of Jungle Mist #B6BABA

Color information

#B6BABA (or 0xB6BABA) is unknown color: approx Jungle Mist. HEX triplet: B6, BA and BA. RGB value is (182,186,186). Sum of RGB (Red+Green+Blue) = 182+186+186=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B6BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BABA is #494545. Grayscale: #B8B8B8. Windows color (decimal): -4801862 or 12237494. OLE color: 12237494.

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

Color convert

RGB182186186-
CMYK0.02000.27
HSL180º2.82%72.16%-
HSV(B)180º2.15%72.94%-
XYZ45.7148.6153.43-
YUV184.8128.67126-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=32.85%
G=33.57%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861860.02000.271802.8272.16
HexB6BABA2001Bb4348
Octal266272272200332643110
Binary10110110101110101011101010001101110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BABA; }

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

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

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

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

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

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

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

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