#BCC5A9

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

Shades of Pale Leaf #BCC5A9

Tints of Pale Leaf #BCC5A9

Color information

#BCC5A9 (or 0xBCC5A9) is unknown color: approx Pale Leaf. HEX triplet: BC, C5 and A9. RGB value is (188,197,169). Sum of RGB (Red+Green+Blue) = 188+197+169=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5A9 is #433A56. Grayscale: #BFBFBF. Windows color (decimal): -4405847 or 11126204. OLE color: 11126204.

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

Color convert

RGB188197169-
CMYK0.0500.140.23
HSL79.29º19.44%71.76%-
HSV(B)79.29º14.21%77.25%-
XYZ47.8753.4945.34-
YUV191.12115.52125.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=33.94%
G=35.56%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971690.0500.140.2379.2919.4471.76
HexBCC5A950E174f1348
Octal27430525150162711723110
Binary10111100110001011010100110101110101111001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5A9; }

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

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

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

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

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

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

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

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