#BCC6A5

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

Shades of Pale Leaf #BCC6A5

Tints of Pale Leaf #BCC6A5

Color information

#BCC6A5 (or 0xBCC6A5) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and A5. RGB value is (188,198,165). Sum of RGB (Red+Green+Blue) = 188+198+165=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6A5 is #43395A. Grayscale: #BFBFBF. Windows color (decimal): -4405595 or 10864316. OLE color: 10864316.

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

Color convert

RGB188198165-
CMYK0.0500.170.22
HSL78.18º22.45%71.18%-
HSV(B)78.18º16.67%77.65%-
XYZ47.7253.843.47-
YUV191.25113.19125.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=34.12%
G=35.93%
B=29.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981650.0500.170.2278.1822.4571.18
HexBCC6A55011164e1647
Octal27430624550212611626107
Binary101111001100011010100101101010001101101001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6A5; }

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

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

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

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

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

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

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

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