#BCC2AD

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

Shades of Pale Leaf #BCC2AD

Tints of Pale Leaf #BCC2AD

Color information

#BCC2AD (or 0xBCC2AD) is unknown color: approx Pale Leaf. HEX triplet: BC, C2 and AD. RGB value is (188,194,173). Sum of RGB (Red+Green+Blue) = 188+194+173=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2AD is #433D52. Grayscale: #BDBDBD. Windows color (decimal): -4406611 or 11387580. OLE color: 11387580.

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

Color convert

RGB188194173-
CMYK0.0300.110.24
HSL77.14º14.69%71.96%-
HSV(B)77.14º10.82%76.08%-
XYZ47.5752.2947.12-
YUV189.81118.51126.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=33.87%
G=34.95%
B=31.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941730.0300.110.2477.1414.6971.96
HexBCC2AD30B184df48
Octal27430225530133011517110
Binary101111001100001010101101110101111000100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2AD; }

 p { color: rgb(188,194,173); }

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

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

 a { background-color: rgb(188,194,173); }

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

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

 span { border-color: rgb(188,194,173); }

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