#B4BEAD

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

Shades of Pumice #B4BEAD

Tints of Pumice #B4BEAD

Color information

#B4BEAD (or 0xB4BEAD) is unknown color: approx Pumice. HEX triplet: B4, BE and AD. RGB value is (180,190,173). Sum of RGB (Red+Green+Blue) = 180+190+173=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BEAD is #4B4152. Grayscale: #B9B9B9. Windows color (decimal): -4931923 or 11386548. OLE color: 11386548.

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

Color convert

RGB180190173-
CMYK0.0500.090.25
HSL95.29º11.56%71.18%-
HSV(B)95.29º8.95%74.51%-
XYZ44.7849.5546.74-
YUV185.07121.19124.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=33.15%
G=34.99%
B=31.86%

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
Decimal1801901730.0500.090.2595.2911.5671.18
HexB4BEAD509195fc47
Octal26427625550113113714107
Binary1011010010111110101011011010100111001101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEAD; }

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

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

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

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

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

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

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

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