#BCC7A4

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

Shades of Pale Leaf #BCC7A4

Tints of Pale Leaf #BCC7A4

Color information

#BCC7A4 (or 0xBCC7A4) is unknown color: approx Pale Leaf. HEX triplet: BC, C7 and A4. RGB value is (188,199,164). Sum of RGB (Red+Green+Blue) = 188+199+164=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7A4 is #43385B. Grayscale: #BFBFBF. Windows color (decimal): -4405340 or 10799036. OLE color: 10799036.

HSL color Cylindrical-coordinate representation of color #BCC7A4: hue angle of 78.86º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC7A4 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB188199164-
CMYK0.0600.180.22
HSL78.86º23.81%71.18%-
HSV(B)78.86º17.59%78.04%-
XYZ47.8654.2243.06-
YUV191.72112.36125.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=34.12%
G=36.12%
B=29.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991640.0600.180.2278.8623.8171.18
HexBCC7A46012164f1847
Octal27430724460222611730107
Binary101111001100011110100100110010010101101001111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7A4; }

 p { color: rgb(188,199,164); }

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

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

 a { background-color: rgb(188,199,164); }

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

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

 span { border-color: rgb(188,199,164); }

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