#BFC2BD

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

Shades of Pumice #BFC2BD

Tints of Pumice #BFC2BD

Color information

#BFC2BD (or 0xBFC2BD) is unknown color: approx Pumice. HEX triplet: BF, C2 and BD. RGB value is (191,194,189). Sum of RGB (Red+Green+Blue) = 191+194+189=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2BD is #403D42. Grayscale: #C0C0C0. Windows color (decimal): -4209987 or 12436159. OLE color: 12436159.

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

Color convert

RGB191194189-
CMYK0.0200.030.24
HSL96º3.94%75.1%-
HSV(B)96º2.58%76.08%-
XYZ49.9653.3355.81-
YUV192.53126.01126.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=33.28%
G=33.80%
B=32.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941890.0200.030.24963.9475.1
HexBFC2BD203186044b
Octal277302275203301404113
Binary101111111100001010111101100111100011000001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2BD; }

 p { color: rgb(191,194,189); }

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

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

 a { background-color: rgb(191,194,189); }

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

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

 span { border-color: rgb(191,194,189); }

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