#B4BFAE

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

Shades of Pumice #B4BFAE

Tints of Pumice #B4BFAE

Color information

#B4BFAE (or 0xB4BFAE) is unknown color: approx Pumice. HEX triplet: B4, BF and AE. RGB value is (180,191,174). Sum of RGB (Red+Green+Blue) = 180+191+174=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFAE is #4B4051. Grayscale: #B9B9B9. Windows color (decimal): -4931666 or 11452340. OLE color: 11452340.

HSL color Cylindrical-coordinate representation of color #B4BFAE: hue angle of 98.82º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4BFAE is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB180191174-
CMYK0.0600.090.25
HSL98.82º11.72%71.57%-
HSV(B)98.82º8.9%74.9%-
XYZ45.0950.0247.32-
YUV185.77121.36123.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=33.03%
G=35.05%
B=31.93%

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
Decimal1801911740.0600.090.2598.8211.7271.57
HexB4BFAE6091963c48
Octal26427725660113114314110
Binary1011010010111111101011101100100111001110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFAE; }

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

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

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

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

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

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

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

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