#BCC3AA

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

Shades of Pale Leaf #BCC3AA

Tints of Pale Leaf #BCC3AA

Color information

#BCC3AA (or 0xBCC3AA) is unknown color: approx Pale Leaf. HEX triplet: BC, C3 and AA. RGB value is (188,195,170). Sum of RGB (Red+Green+Blue) = 188+195+170=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3AA is #433C55. Grayscale: #BEBEBE. Windows color (decimal): -4406358 or 11191228. OLE color: 11191228.

HSL color Cylindrical-coordinate representation of color #BCC3AA: hue angle of 76.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC3AA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB188195170-
CMYK0.0400.130.24
HSL76.8º17.24%71.57%-
HSV(B)76.8º12.82%76.47%-
XYZ47.5152.6245.68-
YUV190.06116.68126.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=34.00%
G=35.26%
B=30.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951700.0400.130.2476.817.2471.57
HexBCC3AA40D184d1148
Octal27430325240153011521110
Binary10111100110000111010101010001101110001001101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3AA; }

 p { color: rgb(188,195,170); }

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

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

 a { background-color: rgb(188,195,170); }

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

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

 span { border-color: rgb(188,195,170); }

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