#B6BFAE

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

Shades of Pumice #B6BFAE

Tints of Pumice #B6BFAE

Color information

#B6BFAE (or 0xB6BFAE) is unknown color: approx Pumice. HEX triplet: B6, BF and AE. RGB value is (182,191,174). Sum of RGB (Red+Green+Blue) = 182+191+174=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BFAE is #494051. Grayscale: #BABABA. Windows color (decimal): -4800594 or 11452342. OLE color: 11452342.

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

Color convert

RGB182191174-
CMYK0.0500.090.25
HSL91.76º11.72%71.57%-
HSV(B)91.76º8.9%74.9%-
XYZ45.5650.2647.34-
YUV186.37121.02124.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=33.27%
G=34.92%
B=31.81%

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
Decimal1821911740.0500.090.2591.7611.7271.57
HexB6BFAE509195cc48
Octal26627725650113113414110
Binary1011011010111111101011101010100111001101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFAE; }

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

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

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

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

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

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

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

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