#BFCEB3

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

Shades of Pumice #BFCEB3

Tints of Pumice #BFCEB3

Color information

#BFCEB3 (or 0xBFCEB3) is unknown color: approx Pumice. HEX triplet: BF, CE and B3. RGB value is (191,206,179). Sum of RGB (Red+Green+Blue) = 191+206+179=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB3 is #40314C. Grayscale: #C6C6C6. Windows color (decimal): -4206925 or 11783871. OLE color: 11783871.

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

Color convert

RGB191206179-
CMYK0.0700.130.19
HSL93.33º21.6%75.49%-
HSV(B)93.33º13.11%80.78%-
XYZ51.6958.4751.21-
YUV198.44117.03122.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=33.16%
G=35.76%
B=31.08%

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
Decimal1912061790.0700.130.1993.3321.675.49
HexBFCEB370D135d164b
Octal27731626370152313526113
Binary10111111110011101011001111101101100111011101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEB3; }

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

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

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

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

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

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

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

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