#B2BEAB

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

Shades of Pumice #B2BEAB

Tints of Pumice #B2BEAB

Color information

#B2BEAB (or 0xB2BEAB) is unknown color: approx Pumice. HEX triplet: B2, BE and AB. RGB value is (178,190,171). Sum of RGB (Red+Green+Blue) = 178+190+171=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAB is #4D4154. Grayscale: #B8B8B8. Windows color (decimal): -5062997 or 11255474. OLE color: 11255474.

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

Color convert

RGB178190171-
CMYK0.0600.100.25
HSL97.89º12.75%70.78%-
HSV(B)97.89º10%74.51%-
XYZ44.1249.2345.71-
YUV184.25120.52123.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=33.02%
G=35.25%
B=31.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901710.0600.100.2597.8912.7570.78
HexB2BEAB60A1962d47
Octal26227625360123114215107
Binary1011001010111110101010111100101011001110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEAB; }

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

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

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

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

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

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

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

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