#bcc4aa

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

Shades of Pale Leaf #BCC4AA

Tints of Pale Leaf #BCC4AA

Color information

#BCC4AA (or 0xBCC4AA) is unknown color: approx Pale Leaf. HEX triplet: BC, C4 and AA. RGB value is (188,196,170). Sum of RGB (Red+Green+Blue) = 188+196+170=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4AA is #433B55. Grayscale: #BEBEBE. Windows color (decimal): -4406102 or 11191484. OLE color: 11191484.

HSL color Cylindrical-coordinate representation of color #BCC4AA: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC4AA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB188196170-
CMYK0.0400.130.23
HSL78.46º18.06%71.76%-
HSV(B)78.46º13.27%76.86%-
XYZ47.7353.0745.76-
YUV190.64116.35126.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=33.94%
G=35.38%
B=30.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961700.0400.130.2378.4618.0671.76
HexBCC4AA40D174e1248
Octal27430425240152711622110
Binary10111100110001001010101010001101101111001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc4aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc4aa; }

 p { color: rgb(188,196,170); }

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

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

 a { background-color: rgb(188,196,170); }

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

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

 span { border-color: rgb(188,196,170); }

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