#BFC6B0

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

Shades of Pale Leaf #BFC6B0

Tints of Pale Leaf #BFC6B0

Color information

#BFC6B0 (or 0xBFC6B0) is unknown color: approx Pale Leaf. HEX triplet: BF, C6 and B0. RGB value is (191,198,176). Sum of RGB (Red+Green+Blue) = 191+198+176=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6B0 is #40394F. Grayscale: #C1C1C1. Windows color (decimal): -4208976 or 11585215. OLE color: 11585215.

HSL color Cylindrical-coordinate representation of color #BFC6B0: hue angle of 79.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC6B0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB191198176-
CMYK0.0400.110.22
HSL79.09º16.18%73.33%-
HSV(B)79.09º11.11%77.65%-
XYZ49.5254.649-
YUV193.4118.18126.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=33.81%
G=35.04%
B=31.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981760.0400.110.2279.0916.1873.33
HexBFC6B040B164f1049
Octal27730626040132611720111
Binary10111111110001101011000010001011101101001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6B0; }

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

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

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

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

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

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

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

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