#BCC3AC

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

Shades of Pale Leaf #BCC3AC

Tints of Pale Leaf #BCC3AC

Color information

#BCC3AC (or 0xBCC3AC) is unknown color: approx Pale Leaf. HEX triplet: BC, C3 and AC. RGB value is (188,195,172). Sum of RGB (Red+Green+Blue) = 188+195+172=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3AC is #433C53. Grayscale: #BEBEBE. Windows color (decimal): -4406356 or 11322300. OLE color: 11322300.

HSL color Cylindrical-coordinate representation of color #BCC3AC: hue angle of 78.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC3AC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB188195172-
CMYK0.0400.120.24
HSL78.26º16.08%71.96%-
HSV(B)78.26º11.79%76.47%-
XYZ47.752.746.69-
YUV190.28117.68126.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=33.87%
G=35.14%
B=30.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951720.0400.120.2478.2616.0871.96
HexBCC3AC40C184e1048
Octal27430325440143011620110
Binary10111100110000111010110010001100110001001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3AC; }

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

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

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

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

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

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

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

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