#B2BEAC

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

Shades of Pumice #B2BEAC

Tints of Pumice #B2BEAC

Color information

#B2BEAC (or 0xB2BEAC) is unknown color: approx Pumice. HEX triplet: B2, BE and AC. RGB value is (178,190,172). Sum of RGB (Red+Green+Blue) = 178+190+172=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAC is #4D4153. Grayscale: #B8B8B8. Windows color (decimal): -5062996 or 11321010. OLE color: 11321010.

HSL color Cylindrical-coordinate representation of color #B2BEAC: hue angle of 100º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BEAC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB178190172-
CMYK0.0600.090.25
HSL100º12.16%70.98%-
HSV(B)100º9.47%74.51%-
XYZ44.2249.2746.21-
YUV184.36121.02123.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=32.96%
G=35.19%
B=31.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901720.0600.090.2510012.1670.98
HexB2BEAC6091964c47
Octal26227625460113114414107
Binary1011001010111110101011001100100111001110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEAC; }

 p { color: rgb(178,190,172); }

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

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

 a { background-color: rgb(178,190,172); }

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

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

 span { border-color: rgb(178,190,172); }

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