#BCC5A8

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

Shades of Pale Leaf #BCC5A8

Tints of Pale Leaf #BCC5A8

Color information

#BCC5A8 (or 0xBCC5A8) is unknown color: approx Pale Leaf. HEX triplet: BC, C5 and A8. RGB value is (188,197,168). Sum of RGB (Red+Green+Blue) = 188+197+168=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5A8 is #433A57. Grayscale: #BFBFBF. Windows color (decimal): -4405848 or 11060668. OLE color: 11060668.

HSL color Cylindrical-coordinate representation of color #BCC5A8: hue angle of 78.62º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC5A8 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB188197168-
CMYK0.0500.150.23
HSL78.62º20%71.57%-
HSV(B)78.62º14.72%77.25%-
XYZ47.7753.4544.84-
YUV191115.02125.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 168 (66.02% from 255) = 30.38%
R=34.00%
G=35.62%
B=30.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971680.0500.150.2378.622071.57
HexBCC5A850F174f1448
Octal27430525050172711724110
Binary10111100110001011010100010101111101111001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5A8; }

 p { color: rgb(188,197,168); }

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

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

 a { background-color: rgb(188,197,168); }

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

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

 span { border-color: rgb(188,197,168); }

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