#B5BDAF

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

Shades of Pumice #B5BDAF

Tints of Pumice #B5BDAF

Color information

#B5BDAF (or 0xB5BDAF) is unknown color: approx Pumice. HEX triplet: B5, BD and AF. RGB value is (181,189,175). Sum of RGB (Red+Green+Blue) = 181+189+175=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDAF is #4A4250. Grayscale: #B9B9B9. Windows color (decimal): -4866641 or 11517365. OLE color: 11517365.

HSL color Cylindrical-coordinate representation of color #B5BDAF: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BDAF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB181189175-
CMYK0.0400.070.26
HSL94.29º9.59%71.37%-
HSV(B)94.29º7.41%74.12%-
XYZ44.9949.3147.7-
YUV185.01122.35125.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=33.21%
G=34.68%
B=32.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891750.0400.070.2694.299.5971.37
HexB5BDAF4071A5ea47
Octal2652752574073213612107
Binary101101011011110110101111100011111010101111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDAF; }

 p { color: rgb(181,189,175); }

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

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

 a { background-color: rgb(181,189,175); }

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

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

 span { border-color: rgb(181,189,175); }

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