#BFC8B6

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

Shades of Pumice #BFC8B6

Tints of Pumice #BFC8B6

Color information

#BFC8B6 (or 0xBFC8B6) is unknown color: approx Pumice. HEX triplet: BF, C8 and B6. RGB value is (191,200,182). Sum of RGB (Red+Green+Blue) = 191+200+182=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8B6 is #403749. Grayscale: #C3C3C3. Windows color (decimal): -4208458 or 11978943. OLE color: 11978943.

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

Color convert

RGB191200182-
CMYK0.0400.090.22
HSL90º14.06%74.9%-
HSV(B)90º9%78.43%-
XYZ50.5855.7652.35-
YUV195.26120.52124.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=33.33%
G=34.90%
B=31.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001820.0400.090.229014.0674.9
HexBFC8B6409165ae4b
Octal27731026640112613216113
Binary1011111111001000101101101000100110110101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8B6; }

 p { color: rgb(191,200,182); }

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

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

 a { background-color: rgb(191,200,182); }

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

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

 span { border-color: rgb(191,200,182); }

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