#BCC5AA

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

Shades of Pale Leaf #BCC5AA

Tints of Pale Leaf #BCC5AA

Color information

#BCC5AA (or 0xBCC5AA) is unknown color: approx Pale Leaf. HEX triplet: BC, C5 and AA. RGB value is (188,197,170). Sum of RGB (Red+Green+Blue) = 188+197+170=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AA is #433A55. Grayscale: #BFBFBF. Windows color (decimal): -4405846 or 11191740. OLE color: 11191740.

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

Color convert

RGB188197170-
CMYK0.0500.140.23
HSL80º18.88%71.96%-
HSV(B)80º13.71%77.25%-
XYZ47.9653.5345.83-
YUV191.23116.02125.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=33.87%
G=35.50%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971700.0500.140.238018.8871.96
HexBCC5AA50E17501348
Octal27430525250162712023110
Binary10111100110001011010101010101110101111010000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5AA; }

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

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

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

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

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

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

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

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