#BFC1BE

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

Shades of Pumice #BFC1BE

Tints of Pumice #BFC1BE

Color information

#BFC1BE (or 0xBFC1BE) is unknown color: approx Pumice. HEX triplet: BF, C1 and BE. RGB value is (191,193,190). Sum of RGB (Red+Green+Blue) = 191+193+190=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1BE is #403E41. Grayscale: #C0C0C0. Windows color (decimal): -4210242 or 12501439. OLE color: 12501439.

HSL color Cylindrical-coordinate representation of color #BFC1BE: hue angle of 100º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFC1BE is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB191193190-
CMYK0.0100.020.24
HSL100º2.36%75.1%-
HSV(B)100º1.55%75.69%-
XYZ49.8552.9356.31-
YUV192.06126.84127.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=33.28%
G=33.62%
B=33.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931900.0100.020.241002.3675.1
HexBFC1BE102186424b
Octal277301276102301442113
Binary1011111111000001101111101010110001100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1BE; }

 p { color: rgb(191,193,190); }

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

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

 a { background-color: rgb(191,193,190); }

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

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

 span { border-color: rgb(191,193,190); }

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