#BCC5AB

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

Shades of Pale Leaf #BCC5AB

Tints of Pale Leaf #BCC5AB

Color information

#BCC5AB (or 0xBCC5AB) is unknown color: approx Pale Leaf. HEX triplet: BC, C5 and AB. RGB value is (188,197,171). Sum of RGB (Red+Green+Blue) = 188+197+171=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AB is #433A54. Grayscale: #BFBFBF. Windows color (decimal): -4405845 or 11257276. OLE color: 11257276.

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

Color convert

RGB188197171-
CMYK0.0500.130.23
HSL80.77º18.31%72.16%-
HSV(B)80.77º13.2%77.25%-
XYZ48.0653.5646.33-
YUV191.34116.52125.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=33.81%
G=35.43%
B=30.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971710.0500.130.2380.7718.3172.16
HexBCC5AB50D17511248
Octal27430525350152712122110
Binary10111100110001011010101110101101101111010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5AB; }

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

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

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

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

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

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

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

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