#BCC7A9

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

Shades of Pale Leaf #BCC7A9

Tints of Pale Leaf #BCC7A9

Color information

#BCC7A9 (or 0xBCC7A9) is unknown color: approx Pale Leaf. HEX triplet: BC, C7 and A9. RGB value is (188,199,169). Sum of RGB (Red+Green+Blue) = 188+199+169=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7A9 is #433856. Grayscale: #C0C0C0. Windows color (decimal): -4405335 or 11126716. OLE color: 11126716.

HSL color Cylindrical-coordinate representation of color #BCC7A9: hue angle of 82º degrees, saturation: 0.21, 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 #BCC7A9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB188199169-
CMYK0.0600.150.22
HSL82º21.13%72.16%-
HSV(B)82º15.08%78.04%-
XYZ48.3254.445.49-
YUV192.29114.86124.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=33.81%
G=35.79%
B=30.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991690.0600.150.228221.1372.16
HexBCC7A960F16521548
Octal27430725160172612225110
Binary10111100110001111010100111001111101101010010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7A9; }

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

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

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

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

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

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

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

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