#BCC8AE

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

Shades of Pale Leaf #BCC8AE

Tints of Pale Leaf #BCC8AE

Color information

#BCC8AE (or 0xBCC8AE) is unknown color: approx Pale Leaf. HEX triplet: BC, C8 and AE. RGB value is (188,200,174). Sum of RGB (Red+Green+Blue) = 188+200+174=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8AE is #433751. Grayscale: #C1C1C1. Windows color (decimal): -4405074 or 11454652. OLE color: 11454652.

HSL color Cylindrical-coordinate representation of color #BCC8AE: hue angle of 87.69º 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 #BCC8AE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB188200174-
CMYK0.0600.130.22
HSL87.69º19.12%73.33%-
HSV(B)87.69º13%78.43%-
XYZ49.0355.0648.09-
YUV193.45117.02124.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=33.45%
G=35.59%
B=30.96%

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
Decimal1882001740.0600.130.2287.6919.1273.33
HexBCC8AE60D16581349
Octal27431025660152613023111
Binary10111100110010001010111011001101101101011000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8AE; }

 p { color: rgb(188,200,174); }

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

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

 a { background-color: rgb(188,200,174); }

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

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

 span { border-color: rgb(188,200,174); }

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