#B2BEAA

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

Shades of Pumice #B2BEAA

Tints of Pumice #B2BEAA

Color information

#B2BEAA (or 0xB2BEAA) is unknown color: approx Pumice. HEX triplet: B2, BE and AA. RGB value is (178,190,170). Sum of RGB (Red+Green+Blue) = 178+190+170=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAA is #4D4155. Grayscale: #B8B8B8. Windows color (decimal): -5062998 or 11189938. OLE color: 11189938.

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

Color convert

RGB178190170-
CMYK0.0600.110.25
HSL96º13.33%70.59%-
HSV(B)96º10.53%74.51%-
XYZ44.0349.1945.21-
YUV184.13120.02123.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=33.09%
G=35.32%
B=31.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901700.0600.110.259613.3370.59
HexB2BEAA60B1960d47
Octal26227625260133114015107
Binary1011001010111110101010101100101111001110000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEAA; }

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

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

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

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

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

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

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

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