#B3BEAD

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

Shades of Pumice #B3BEAD

Tints of Pumice #B3BEAD

Color information

#B3BEAD (or 0xB3BEAD) is unknown color: approx Pumice. HEX triplet: B3, BE and AD. RGB value is (179,190,173). Sum of RGB (Red+Green+Blue) = 179+190+173=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BEAD is #4C4152. Grayscale: #B8B8B8. Windows color (decimal): -4997459 or 11386547. OLE color: 11386547.

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

Color convert

RGB179190173-
CMYK0.0600.090.25
HSL98.82º11.56%71.18%-
HSV(B)98.82º8.95%74.51%-
XYZ44.5549.4346.73-
YUV184.77121.36123.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=33.03%
G=35.06%
B=31.92%

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
Decimal1791901730.0600.090.2598.8211.5671.18
HexB3BEAD6091963c47
Octal26327625560113114314107
Binary1011001110111110101011011100100111001110001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEAD; }

 p { color: rgb(179,190,173); }

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

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

 a { background-color: rgb(179,190,173); }

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

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

 span { border-color: rgb(179,190,173); }

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