#BCC9A4

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

Shades of Pale Leaf #BCC9A4

Tints of Pale Leaf #BCC9A4

Color information

#BCC9A4 (or 0xBCC9A4) is unknown color: approx Pale Leaf. HEX triplet: BC, C9 and A4. RGB value is (188,201,164). Sum of RGB (Red+Green+Blue) = 188+201+164=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9A4 is #43365B. Grayscale: #C1C1C1. Windows color (decimal): -4404828 or 10799548. OLE color: 10799548.

HSL color Cylindrical-coordinate representation of color #BCC9A4: hue angle of 81.08º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC9A4 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB188201164-
CMYK0.0600.180.21
HSL81.08º25.52%71.57%-
HSV(B)81.08º18.41%78.82%-
XYZ48.3355.1443.22-
YUV192.9111.69124.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=34.00%
G=36.35%
B=29.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011640.0600.180.2181.0825.5271.57
HexBCC9A4601215511a48
Octal27431124460222512132110
Binary101111001100100110100100110010010101011010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9A4; }

 p { color: rgb(188,201,164); }

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

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

 a { background-color: rgb(188,201,164); }

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

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

 span { border-color: rgb(188,201,164); }

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