#BCC7AD

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

Shades of Pale Leaf #BCC7AD

Tints of Pale Leaf #BCC7AD

Color information

#BCC7AD (or 0xBCC7AD) is unknown color: approx Pale Leaf. HEX triplet: BC, C7 and AD. RGB value is (188,199,173). Sum of RGB (Red+Green+Blue) = 188+199+173=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AD is #433852. Grayscale: #C0C0C0. Windows color (decimal): -4405331 or 11388860. OLE color: 11388860.

HSL color Cylindrical-coordinate representation of color #BCC7AD: hue angle of 85.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC7AD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB188199173-
CMYK0.0600.130.22
HSL85.38º18.84%72.94%-
HSV(B)85.38º13.07%78.04%-
XYZ48.7154.5647.5-
YUV192.75116.86124.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=33.57%
G=35.54%
B=30.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991730.0600.130.2285.3818.8472.94
HexBCC7AD60D16551349
Octal27430725560152612523111
Binary10111100110001111010110111001101101101010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7AD; }

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

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

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

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

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

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

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

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