#BCC8AC

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

Shades of Pale Leaf #BCC8AC

Tints of Pale Leaf #BCC8AC

Color information

#BCC8AC (or 0xBCC8AC) is unknown color: approx Pale Leaf. HEX triplet: BC, C8 and AC. RGB value is (188,200,172). Sum of RGB (Red+Green+Blue) = 188+200+172=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8AC is #433753. Grayscale: #C1C1C1. Windows color (decimal): -4405076 or 11323580. OLE color: 11323580.

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

Color convert

RGB188200172-
CMYK0.0600.140.22
HSL85.71º20.29%72.94%-
HSV(B)85.71º14%78.43%-
XYZ48.8454.9847.07-
YUV193.22116.02124.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=33.57%
G=35.71%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001720.0600.140.2285.7120.2972.94
HexBCC8AC60E16561449
Octal27431025460162612624111
Binary10111100110010001010110011001110101101010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8AC; }

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

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

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

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

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

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

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

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