#BFCCAC

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

Shades of Pale Leaf #BFCCAC

Tints of Pale Leaf #BFCCAC

Color information

#BFCCAC (or 0xBFCCAC) is unknown color: approx Pale Leaf. HEX triplet: BF, CC and AC. RGB value is (191,204,172). Sum of RGB (Red+Green+Blue) = 191+204+172=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAC is #403353. Grayscale: #C4C4C4. Windows color (decimal): -4207444 or 11324607. OLE color: 11324607.

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

Color convert

RGB191204172-
CMYK0.0600.160.2
HSL84.38º23.88%73.73%-
HSV(B)84.38º15.69%80%-
XYZ50.5357.2447.42-
YUV196.46114.19124.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=33.69%
G=35.98%
B=30.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041720.0600.160.284.3823.8873.73
HexBFCCAC60101454184a
Octal27731425460202412430112
Binary101111111100110010101100110010000101001010100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCAC; }

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

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

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

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

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

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

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

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