#BCC7AE

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

Shades of Pale Leaf #BCC7AE

Tints of Pale Leaf #BCC7AE

Color information

#BCC7AE (or 0xBCC7AE) is unknown color: approx Pale Leaf. HEX triplet: BC, C7 and AE. RGB value is (188,199,174). Sum of RGB (Red+Green+Blue) = 188+199+174=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AE is #433851. Grayscale: #C0C0C0. Windows color (decimal): -4405330 or 11454396. OLE color: 11454396.

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

Color convert

RGB188199174-
CMYK0.0600.130.22
HSL86.4º18.25%73.14%-
HSV(B)86.4º12.56%78.04%-
XYZ48.854.5948.01-
YUV192.86117.36124.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=33.51%
G=35.47%
B=31.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991740.0600.130.2286.418.2573.14
HexBCC7AE60D16561249
Octal27430725660152612622111
Binary10111100110001111010111011001101101101010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7AE; }

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

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

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

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

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

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

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

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