#B4BEAC

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

Shades of Pumice #B4BEAC

Tints of Pumice #B4BEAC

Color information

#B4BEAC (or 0xB4BEAC) is unknown color: approx Pumice. HEX triplet: B4, BE and AC. RGB value is (180,190,172). Sum of RGB (Red+Green+Blue) = 180+190+172=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BEAC is #4B4153. Grayscale: #B9B9B9. Windows color (decimal): -4931924 or 11321012. OLE color: 11321012.

HSL color Cylindrical-coordinate representation of color #B4BEAC: hue angle of 93.33º 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 #B4BEAC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB180190172-
CMYK0.0500.090.25
HSL93.33º12.16%70.98%-
HSV(B)93.33º9.47%74.51%-
XYZ44.6849.5146.23-
YUV184.96120.69124.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=33.21%
G=35.06%
B=31.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901720.0500.090.2593.3312.1670.98
HexB4BEAC509195dc47
Octal26427625450113113514107
Binary1011010010111110101011001010100111001101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEAC; }

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

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

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

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

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

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

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

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