#BFC5BB

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

Shades of Pumice #BFC5BB

Tints of Pumice #BFC5BB

Color information

#BFC5BB (or 0xBFC5BB) is unknown color: approx Pumice. HEX triplet: BF, C5 and BB. RGB value is (191,197,187). Sum of RGB (Red+Green+Blue) = 191+197+187=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5BB is #403A44. Grayscale: #C2C2C2. Windows color (decimal): -4209221 or 12305855. OLE color: 12305855.

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

Color convert

RGB191197187-
CMYK0.0300.050.23
HSL96º7.94%75.29%-
HSV(B)96º5.08%77.25%-
XYZ50.4254.654.89-
YUV194.07124.01125.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=33.22%
G=34.26%
B=32.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971870.0300.050.23967.9475.29
HexBFC5BB305176084b
Octal2773052733052714010113
Binary10111111110001011011101111010110111110000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5BB; }

 p { color: rgb(191,197,187); }

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

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

 a { background-color: rgb(191,197,187); }

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

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

 span { border-color: rgb(191,197,187); }

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