#B7BFAF

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

Shades of Pumice #B7BFAF

Tints of Pumice #B7BFAF

Color information

#B7BFAF (or 0xB7BFAF) is unknown color: approx Pumice. HEX triplet: B7, BF and AF. RGB value is (183,191,175). Sum of RGB (Red+Green+Blue) = 183+191+175=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BFAF is #484050. Grayscale: #BABABA. Windows color (decimal): -4735057 or 11517879. OLE color: 11517879.

HSL color Cylindrical-coordinate representation of color #B7BFAF: hue angle of 90º 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 #B7BFAF is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB183191175-
CMYK0.0400.080.25
HSL90º11.11%71.76%-
HSV(B)90º8.38%74.9%-
XYZ45.950.4247.87-
YUV186.78121.35125.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=33.33%
G=34.79%
B=31.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911750.0400.080.259011.1171.76
HexB7BFAF408195ab48
Octal26727725740103113213110
Binary1011011110111111101011111000100011001101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFAF; }

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

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

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

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

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

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

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

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