#BCC6AC

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

Shades of Pale Leaf #BCC6AC

Tints of Pale Leaf #BCC6AC

Color information

#BCC6AC (or 0xBCC6AC) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and AC. RGB value is (188,198,172). Sum of RGB (Red+Green+Blue) = 188+198+172=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AC is #433953. Grayscale: #C0C0C0. Windows color (decimal): -4405588 or 11323068. OLE color: 11323068.

HSL color Cylindrical-coordinate representation of color #BCC6AC: hue angle of 83.08º degrees, saturation: 0.19, 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 #BCC6AC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB188198172-
CMYK0.0500.130.22
HSL83.08º18.57%72.55%-
HSV(B)83.08º13.13%77.65%-
XYZ48.3854.0646.91-
YUV192.05116.69125.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=33.69%
G=35.48%
B=30.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981720.0500.130.2283.0818.5772.55
HexBCC6AC50D16531349
Octal27430625450152612323111
Binary10111100110001101010110010101101101101010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6AC; }

 p { color: rgb(188,198,172); }

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

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

 a { background-color: rgb(188,198,172); }

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

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

 span { border-color: rgb(188,198,172); }

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