#BFC8B1

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

Shades of Pale Leaf #BFC8B1

Tints of Pale Leaf #BFC8B1

Color information

#BFC8B1 (or 0xBFC8B1) is unknown color: approx Pale Leaf. HEX triplet: BF, C8 and B1. RGB value is (191,200,177). Sum of RGB (Red+Green+Blue) = 191+200+177=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8B1 is #40374E. Grayscale: #C2C2C2. Windows color (decimal): -4208463 or 11651263. OLE color: 11651263.

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

Color convert

RGB191200177-
CMYK0.0400.120.22
HSL83.48º17.29%73.92%-
HSV(B)83.48º11.5%78.43%-
XYZ50.0855.5649.68-
YUV194.69118.02125.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=33.63%
G=35.21%
B=31.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001770.0400.120.2283.4817.2973.92
HexBFC8B140C1653114a
Octal27731026140142612321112
Binary10111111110010001011000110001100101101010011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8B1; }

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

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

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

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

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

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

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

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