#BFCAAC

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

Shades of Pale Leaf #BFCAAC

Tints of Pale Leaf #BFCAAC

Color information

#BFCAAC (or 0xBFCAAC) is unknown color: approx Pale Leaf. HEX triplet: BF, CA and AC. RGB value is (191,202,172). Sum of RGB (Red+Green+Blue) = 191+202+172=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAAC is #403553. Grayscale: #C3C3C3. Windows color (decimal): -4207956 or 11324095. OLE color: 11324095.

HSL color Cylindrical-coordinate representation of color #BFCAAC: hue angle of 82º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCAAC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB191202172-
CMYK0.0500.150.21
HSL82º22.06%73.33%-
HSV(B)82º14.85%79.22%-
XYZ50.0556.347.26-
YUV195.29114.86124.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=33.81%
G=35.75%
B=30.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021720.0500.150.218222.0673.33
HexBFCAAC50F15521649
Octal27731225450172512226111
Binary10111111110010101010110010101111101011010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAAC; }

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

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

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

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

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

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

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

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