#B4BEAE

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

Shades of Pumice #B4BEAE

Tints of Pumice #B4BEAE

Color information

#B4BEAE (or 0xB4BEAE) is unknown color: approx Pumice. HEX triplet: B4, BE and AE. RGB value is (180,190,174). Sum of RGB (Red+Green+Blue) = 180+190+174=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BEAE is #4B4151. Grayscale: #B9B9B9. Windows color (decimal): -4931922 or 11452084. OLE color: 11452084.

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

Color convert

RGB180190174-
CMYK0.0500.080.25
HSL97.5º10.96%71.37%-
HSV(B)97.5º8.42%74.51%-
XYZ44.8849.5947.25-
YUV185.19121.69124.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=33.09%
G=34.93%
B=31.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901740.0500.080.2597.510.9671.37
HexB4BEAE5081961b47
Octal26427625650103114113107
Binary1011010010111110101011101010100011001110000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEAE; }

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

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

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

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

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

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

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

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