#BFC7BA

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

Shades of Pumice #BFC7BA

Tints of Pumice #BFC7BA

Color information

#BFC7BA (or 0xBFC7BA) is unknown color: approx Pumice. HEX triplet: BF, C7 and BA. RGB value is (191,199,186). Sum of RGB (Red+Green+Blue) = 191+199+186=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7BA is #403845. Grayscale: #C3C3C3. Windows color (decimal): -4208710 or 12240831. OLE color: 12240831.

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

Color convert

RGB191199186-
CMYK0.0400.070.22
HSL96.92º10.4%75.49%-
HSV(B)96.92º6.53%78.04%-
XYZ50.7755.4754.48-
YUV195.13122.85125.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=33.16%
G=34.55%
B=32.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991860.0400.070.2296.9210.475.49
HexBFC7BA4071661a4b
Octal2773072724072614112113
Binary101111111100011110111010100011110110110000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7BA; }

 p { color: rgb(191,199,186); }

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

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

 a { background-color: rgb(191,199,186); }

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

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

 span { border-color: rgb(191,199,186); }

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