#BCC6AB

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

Shades of Pale Leaf #BCC6AB

Tints of Pale Leaf #BCC6AB

Color information

#BCC6AB (or 0xBCC6AB) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and AB. RGB value is (188,198,171). Sum of RGB (Red+Green+Blue) = 188+198+171=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AB is #433954. Grayscale: #C0C0C0. Windows color (decimal): -4405589 or 11257532. OLE color: 11257532.

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

Color convert

RGB188198171-
CMYK0.0500.140.22
HSL82.22º19.15%72.35%-
HSV(B)82.22º13.64%77.65%-
XYZ48.2854.0246.41-
YUV191.93116.19125.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=33.75%
G=35.55%
B=30.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981710.0500.140.2282.2219.1572.35
HexBCC6AB50E16521348
Octal27430625350162612223110
Binary10111100110001101010101110101110101101010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6AB; }

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

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

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

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

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

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

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

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