#BCC4AB

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

Shades of Pale Leaf #BCC4AB

Tints of Pale Leaf #BCC4AB

Color information

#BCC4AB (or 0xBCC4AB) is unknown color: approx Pale Leaf. HEX triplet: BC, C4 and AB. RGB value is (188,196,171). Sum of RGB (Red+Green+Blue) = 188+196+171=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4AB is #433B54. Grayscale: #BEBEBE. Windows color (decimal): -4406101 or 11257020. OLE color: 11257020.

HSL color Cylindrical-coordinate representation of color #BCC4AB: hue angle of 79.2º degrees, saturation: 0.17, 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 #BCC4AB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB188196171-
CMYK0.0400.130.23
HSL79.2º17.48%71.96%-
HSV(B)79.2º12.76%76.86%-
XYZ47.8353.1146.26-
YUV190.76116.85126.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=33.87%
G=35.32%
B=30.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961710.0400.130.2379.217.4871.96
HexBCC4AB40D174f1148
Octal27430425340152711721110
Binary10111100110001001010101110001101101111001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4AB; }

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

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

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

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

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

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

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

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