#BFCBAC

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

Shades of Pale Leaf #BFCBAC

Tints of Pale Leaf #BFCBAC

Color information

#BFCBAC (or 0xBFCBAC) is unknown color: approx Pale Leaf. HEX triplet: BF, CB and AC. RGB value is (191,203,172). Sum of RGB (Red+Green+Blue) = 191+203+172=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBAC is #403453. Grayscale: #C3C3C3. Windows color (decimal): -4207700 or 11324351. OLE color: 11324351.

HSL color Cylindrical-coordinate representation of color #BFCBAC: hue angle of 83.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCBAC is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB191203172-
CMYK0.0600.150.20
HSL83.23º22.96%73.53%-
HSV(B)83.23º15.27%79.61%-
XYZ50.2956.7747.34-
YUV195.88114.52124.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=33.75%
G=35.87%
B=30.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031720.0600.150.2083.2322.9673.53
HexBFCBAC60F1453174a
Octal27731325460172412327112
Binary10111111110010111010110011001111101001010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBAC; }

 p { color: rgb(191,203,172); }

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

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

 a { background-color: rgb(191,203,172); }

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

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

 span { border-color: rgb(191,203,172); }

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