#B3BFAB

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

Shades of Pumice #B3BFAB

Tints of Pumice #B3BFAB

Color information

#B3BFAB (or 0xB3BFAB) is unknown color: approx Pumice. HEX triplet: B3, BF and AB. RGB value is (179,191,171). Sum of RGB (Red+Green+Blue) = 179+191+171=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFAB is #4C4054. Grayscale: #B9B9B9. Windows color (decimal): -4997205 or 11255731. OLE color: 11255731.

HSL color Cylindrical-coordinate representation of color #B3BFAB: hue angle of 96º degrees, saturation: 0.14, 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 #B3BFAB is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB179191171-
CMYK0.0600.100.25
HSL96º13.51%70.98%-
HSV(B)96º10.47%74.9%-
XYZ44.5749.7945.79-
YUV185.13120.02123.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=33.09%
G=35.30%
B=31.61%

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
Decimal1791911710.0600.100.259613.5170.98
HexB3BFAB60A1960e47
Octal26327725360123114016107
Binary1011001110111111101010111100101011001110000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFAB; }

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

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

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

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

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

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

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

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