#B6BAB3

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

Shades of Pumice #B6BAB3

Tints of Pumice #B6BAB3

Color information

#B6BAB3 (or 0xB6BAB3) is unknown color: approx Pumice. HEX triplet: B6, BA and B3. RGB value is (182,186,179). Sum of RGB (Red+Green+Blue) = 182+186+179=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAB3 is #49454C. Grayscale: #B8B8B8. Windows color (decimal): -4801869 or 11778742. OLE color: 11778742.

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

Color convert

RGB182186179-
CMYK0.0200.040.27
HSL94.29º4.83%71.57%-
HSV(B)94.29º3.76%72.94%-
XYZ44.9948.3249.6-
YUV184.01125.17126.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=33.27%
G=34.00%
B=32.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861790.0200.040.2794.294.8371.57
HexB6BAB32041B5e548
Octal266272263204331365110
Binary1011011010111010101100111001001101110111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAB3; }

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

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

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

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

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

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

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

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