#BFC6AB

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

Shades of Pale Leaf #BFC6AB

Tints of Pale Leaf #BFC6AB

Color information

#BFC6AB (or 0xBFC6AB) is unknown color: approx Pale Leaf. HEX triplet: BF, C6 and AB. RGB value is (191,198,171). Sum of RGB (Red+Green+Blue) = 191+198+171=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6AB is #403954. Grayscale: #C0C0C0. Windows color (decimal): -4208981 or 11257535. OLE color: 11257535.

HSL color Cylindrical-coordinate representation of color #BFC6AB: hue angle of 75.56º 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 #BFC6AB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB191198171-
CMYK0.0400.140.22
HSL75.56º19.15%72.35%-
HSV(B)75.56º13.64%77.65%-
XYZ49.0354.446.45-
YUV192.83115.68126.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=34.11%
G=35.36%
B=30.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981710.0400.140.2275.5619.1572.35
HexBFC6AB40E164c1348
Octal27730625340162611423110
Binary10111111110001101010101110001110101101001100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6AB; }

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

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

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

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

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

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

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

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