#B3BEAB

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

Shades of Pumice #B3BEAB

Tints of Pumice #B3BEAB

Color information

#B3BEAB (or 0xB3BEAB) is unknown color: approx Pumice. HEX triplet: B3, BE and AB. RGB value is (179,190,171). Sum of RGB (Red+Green+Blue) = 179+190+171=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BEAB is #4C4154. Grayscale: #B8B8B8. Windows color (decimal): -4997461 or 11255475. OLE color: 11255475.

HSL color Cylindrical-coordinate representation of color #B3BEAB: hue angle of 94.74º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3BEAB is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB179190171-
CMYK0.0600.100.25
HSL94.74º12.75%70.78%-
HSV(B)94.74º10%74.51%-
XYZ44.3549.3545.72-
YUV184.54120.36124.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=33.15%
G=35.19%
B=31.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901710.0600.100.2594.7412.7570.78
HexB3BEAB60A195fd47
Octal26327625360123113715107
Binary1011001110111110101010111100101011001101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEAB; }

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

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

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

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

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

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

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

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