#BCC6AA

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

Shades of Pale Leaf #BCC6AA

Tints of Pale Leaf #BCC6AA

Color information

#BCC6AA (or 0xBCC6AA) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and AA. RGB value is (188,198,170). Sum of RGB (Red+Green+Blue) = 188+198+170=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AA is #433955. Grayscale: #BFBFBF. Windows color (decimal): -4405590 or 11191996. OLE color: 11191996.

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

Color convert

RGB188198170-
CMYK0.0500.140.22
HSL81.43º19.72%72.16%-
HSV(B)81.43º14.14%77.65%-
XYZ48.1953.9845.91-
YUV191.82115.69125.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=33.81%
G=35.61%
B=30.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981700.0500.140.2281.4319.7272.16
HexBCC6AA50E16511448
Octal27430625250162612124110
Binary10111100110001101010101010101110101101010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6AA; }

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

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

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

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

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

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

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

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