#BCC6A9

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

Shades of Pale Leaf #BCC6A9

Tints of Pale Leaf #BCC6A9

Color information

#BCC6A9 (or 0xBCC6A9) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and A9. RGB value is (188,198,169). Sum of RGB (Red+Green+Blue) = 188+198+169=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6A9 is #433956. Grayscale: #BFBFBF. Windows color (decimal): -4405591 or 11126460. OLE color: 11126460.

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

Color convert

RGB188198169-
CMYK0.0500.150.22
HSL80.69º20.28%71.96%-
HSV(B)80.69º14.65%77.65%-
XYZ48.0953.9445.41-
YUV191.7115.19125.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=33.87%
G=35.68%
B=30.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981690.0500.150.2280.6920.2871.96
HexBCC6A950F16511448
Octal27430625150172612124110
Binary10111100110001101010100110101111101101010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6A9; }

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

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

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

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

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

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

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

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