#BCCAA3

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

Shades of Pale Leaf #BCCAA3

Tints of Pale Leaf #BCCAA3

Color information

#BCCAA3 (or 0xBCCAA3) is unknown color: approx Pale Leaf. HEX triplet: BC, CA and A3. RGB value is (188,202,163). Sum of RGB (Red+Green+Blue) = 188+202+163=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA3 is #43355C. Grayscale: #C1C1C1. Windows color (decimal): -4404573 or 10734268. OLE color: 10734268.

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

Color convert

RGB188202163-
CMYK0.0700.190.21
HSL81.54º26.9%71.57%-
HSV(B)81.54º19.31%79.22%-
XYZ48.4755.5842.82-
YUV193.37110.86124.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=34.00%
G=36.53%
B=29.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021630.0700.190.2181.5426.971.57
HexBCCAA3701315521b48
Octal27431224370232512233110
Binary101111001100101010100011111010011101011010010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAA3; }

 p { color: rgb(188,202,163); }

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

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

 a { background-color: rgb(188,202,163); }

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

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

 span { border-color: rgb(188,202,163); }

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