#BCC4A7

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

Shades of Pale Leaf #BCC4A7

Tints of Pale Leaf #BCC4A7

Color information

#BCC4A7 (or 0xBCC4A7) is unknown color: approx Pale Leaf. HEX triplet: BC, C4 and A7. RGB value is (188,196,167). Sum of RGB (Red+Green+Blue) = 188+196+167=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4A7 is #433B58. Grayscale: #BEBEBE. Windows color (decimal): -4406105 or 10994876. OLE color: 10994876.

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

Color convert

RGB188196167-
CMYK0.0400.150.23
HSL76.55º19.73%71.18%-
HSV(B)76.55º14.8%76.86%-
XYZ47.4552.9644.28-
YUV190.3114.85126.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 167 (65.62% from 255) = 30.31%
R=34.12%
G=35.57%
B=30.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961670.0400.150.2376.5519.7371.18
HexBCC4A740F174d1447
Octal27430424740172711524107
Binary10111100110001001010011110001111101111001101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4A7; }

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

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

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

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

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

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

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

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