#BCC6A7

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

Shades of Pale Leaf #BCC6A7

Tints of Pale Leaf #BCC6A7

Color information

#BCC6A7 (or 0xBCC6A7) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and A7. RGB value is (188,198,167). Sum of RGB (Red+Green+Blue) = 188+198+167=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6A7 is #433958. Grayscale: #BFBFBF. Windows color (decimal): -4405593 or 10995388. OLE color: 10995388.

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

Color convert

RGB188198167-
CMYK0.0500.160.22
HSL79.35º21.38%71.57%-
HSV(B)79.35º15.66%77.65%-
XYZ47.9153.8744.43-
YUV191.48114.19125.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 167 (65.62% from 255) = 30.20%
R=34.00%
G=35.80%
B=30.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981670.0500.160.2279.3521.3871.57
HexBCC6A75010164f1548
Octal27430624750202611725110
Binary101111001100011010100111101010000101101001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6A7; }

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

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

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

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

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

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

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

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