#B3BAAE

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

Shades of Pumice #B3BAAE

Tints of Pumice #B3BAAE

Color information

#B3BAAE (or 0xB3BAAE) is unknown color: approx Pumice. HEX triplet: B3, BA and AE. RGB value is (179,186,174). Sum of RGB (Red+Green+Blue) = 179+186+174=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAAE is #4C4551. Grayscale: #B6B6B6. Windows color (decimal): -4998482 or 11451059. OLE color: 11451059.

HSL color Cylindrical-coordinate representation of color #B3BAAE: hue angle of 95º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BAAE is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB179186174-
CMYK0.0400.060.27
HSL95º8%70.59%-
HSV(B)95º6.45%72.94%-
XYZ43.7947.7646.95-
YUV182.54123.18125.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=33.21%
G=34.51%
B=32.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861740.0400.060.2795870.59
HexB3BAAE4061B5f847
Octal2632722564063313710107
Binary101100111011101010101110100011011011101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAAE; }

 p { color: rgb(179,186,174); }

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

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

 a { background-color: rgb(179,186,174); }

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

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

 span { border-color: rgb(179,186,174); }

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