#B3B9AE

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

Shades of Pumice #B3B9AE

Tints of Pumice #B3B9AE

Color information

#B3B9AE (or 0xB3B9AE) is unknown color: approx Pumice. HEX triplet: B3, B9 and AE. RGB value is (179,185,174). Sum of RGB (Red+Green+Blue) = 179+185+174=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B9AE is #4C4651. Grayscale: #B5B5B5. Windows color (decimal): -4998738 or 11450803. OLE color: 11450803.

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

Color convert

RGB179185174-
CMYK0.0300.060.27
HSL92.73º7.28%70.39%-
HSV(B)92.73º5.95%72.55%-
XYZ43.5847.3446.88-
YUV181.95123.51125.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=33.27%
G=34.39%
B=32.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851740.0300.060.2792.737.2870.39
HexB3B9AE3061B5d746
Octal263271256306331357106
Binary1011001110111001101011101101101101110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9AE; }

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

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

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

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

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

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

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

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