#B5BFAD

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

Shades of Pumice #B5BFAD

Tints of Pumice #B5BFAD

Color information

#B5BFAD (or 0xB5BFAD) is unknown color: approx Pumice. HEX triplet: B5, BF and AD. RGB value is (181,191,173). Sum of RGB (Red+Green+Blue) = 181+191+173=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFAD is #4A4052. Grayscale: #BABABA. Windows color (decimal): -4866131 or 11386805. OLE color: 11386805.

HSL color Cylindrical-coordinate representation of color #B5BFAD: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5BFAD is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB181191173-
CMYK0.0500.090.25
HSL93.33º12.33%71.37%-
HSV(B)93.33º9.42%74.9%-
XYZ45.2350.146.82-
YUV185.96120.69124.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=33.21%
G=35.05%
B=31.74%

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
Decimal1811911730.0500.090.2593.3312.3371.37
HexB5BFAD509195dc47
Octal26527725550113113514107
Binary1011010110111111101011011010100111001101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFAD; }

 p { color: rgb(181,191,173); }

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

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

 a { background-color: rgb(181,191,173); }

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

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

 span { border-color: rgb(181,191,173); }

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