#BFC6B2

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

Shades of Pale Leaf #BFC6B2

Tints of Pale Leaf #BFC6B2

Color information

#BFC6B2 (or 0xBFC6B2) is unknown color: approx Pale Leaf. HEX triplet: BF, C6 and B2. RGB value is (191,198,178). Sum of RGB (Red+Green+Blue) = 191+198+178=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6B2 is #40394D. Grayscale: #C1C1C1. Windows color (decimal): -4208974 or 11716287. OLE color: 11716287.

HSL color Cylindrical-coordinate representation of color #BFC6B2: hue angle of 81º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC6B2 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB191198178-
CMYK0.0400.100.22
HSL81º14.93%73.73%-
HSV(B)81º10.1%77.65%-
XYZ49.7254.6850.05-
YUV193.63119.18126.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=33.69%
G=34.92%
B=31.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981780.0400.100.228114.9373.73
HexBFC6B240A1651f4a
Octal27730626240122612117112
Binary1011111111000110101100101000101010110101000111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6B2; }

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

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

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

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

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

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

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

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