#B5BCAF

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

Shades of Pumice #B5BCAF

Tints of Pumice #B5BCAF

Color information

#B5BCAF (or 0xB5BCAF) is unknown color: approx Pumice. HEX triplet: B5, BC and AF. RGB value is (181,188,175). Sum of RGB (Red+Green+Blue) = 181+188+175=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCAF is #4A4350. Grayscale: #B8B8B8. Windows color (decimal): -4866897 or 11517109. OLE color: 11517109.

HSL color Cylindrical-coordinate representation of color #B5BCAF: hue angle of 92.31º degrees, saturation: 0.09, 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 #B5BCAF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB181188175-
CMYK0.0400.070.26
HSL92.31º8.84%71.18%-
HSV(B)92.31º6.91%73.73%-
XYZ44.7848.8947.63-
YUV184.42122.68125.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=33.27%
G=34.56%
B=32.17%

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
Decimal1811881750.0400.070.2692.318.8471.18
HexB5BCAF4071A5c947
Octal2652742574073213411107
Binary101101011011110010101111100011111010101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCAF; }

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

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

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

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

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

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

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

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