#B5BFAF

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

Shades of Pumice #B5BFAF

Tints of Pumice #B5BFAF

Color information

#B5BFAF (or 0xB5BFAF) is unknown color: approx Pumice. HEX triplet: B5, BF and AF. RGB value is (181,191,175). Sum of RGB (Red+Green+Blue) = 181+191+175=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFAF is #4A4050. Grayscale: #BABABA. Windows color (decimal): -4866129 or 11517877. OLE color: 11517877.

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

Color convert

RGB181191175-
CMYK0.0500.080.25
HSL97.5º11.11%71.76%-
HSV(B)97.5º8.38%74.9%-
XYZ45.4250.1847.85-
YUV186.19121.69124.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=33.09%
G=34.92%
B=31.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911750.0500.080.2597.511.1171.76
HexB5BFAF5081961b48
Octal26527725750103114113110
Binary1011010110111111101011111010100011001110000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFAF; }

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

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

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

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

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

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

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

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