#BFCEB4

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

Shades of Pumice #BFCEB4

Tints of Pumice #BFCEB4

Color information

#BFCEB4 (or 0xBFCEB4) is unknown color: approx Pumice. HEX triplet: BF, CE and B4. RGB value is (191,206,180). Sum of RGB (Red+Green+Blue) = 191+206+180=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB4 is #40314B. Grayscale: #C6C6C6. Windows color (decimal): -4206924 or 11849407. OLE color: 11849407.

HSL color Cylindrical-coordinate representation of color #BFCEB4: hue angle of 94.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCEB4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB191206180-
CMYK0.0700.130.19
HSL94.62º20.97%75.69%-
HSV(B)94.62º12.62%80.78%-
XYZ51.858.5151.74-
YUV198.55117.53122.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 180 (70.70% from 255) = 31.20%
R=33.10%
G=35.70%
B=31.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061800.0700.130.1994.6220.9775.69
HexBFCEB470D135f154c
Octal27731626470152313725114
Binary10111111110011101011010011101101100111011111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEB4; }

 p { color: rgb(191,206,180); }

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

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

 a { background-color: rgb(191,206,180); }

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

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

 span { border-color: rgb(191,206,180); }

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