#BFC6BB

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

Shades of Pumice #BFC6BB

Tints of Pumice #BFC6BB

Color information

#BFC6BB (or 0xBFC6BB) is unknown color: approx Pumice. HEX triplet: BF, C6 and BB. RGB value is (191,198,187). Sum of RGB (Red+Green+Blue) = 191+198+187=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6BB is #403944. Grayscale: #C2C2C2. Windows color (decimal): -4208965 or 12306111. OLE color: 12306111.

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

Color convert

RGB191198187-
CMYK0.0400.060.22
HSL98.18º8.8%75.49%-
HSV(B)98.18º5.56%77.65%-
XYZ50.6555.0554.97-
YUV194.65123.68125.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=33.16%
G=34.38%
B=32.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981870.0400.060.2298.188.875.49
HexBFC6BB406166294b
Octal2773062734062614211113
Binary101111111100011010111011100011010110110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6BB; }

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

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

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

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

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

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

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

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