#BFCBA8

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

Shades of Pale Leaf #BFCBA8

Tints of Pale Leaf #BFCBA8

Color information

#BFCBA8 (or 0xBFCBA8) is unknown color: approx Pale Leaf. HEX triplet: BF, CB and A8. RGB value is (191,203,168). Sum of RGB (Red+Green+Blue) = 191+203+168=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA8 is #403457. Grayscale: #C3C3C3. Windows color (decimal): -4207704 or 11062207. OLE color: 11062207.

HSL color Cylindrical-coordinate representation of color #BFCBA8: hue angle of 80.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCBA8 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB191203168-
CMYK0.0600.170.20
HSL80.57º25.18%72.75%-
HSV(B)80.57º17.24%79.61%-
XYZ49.9156.6245.34-
YUV195.42112.52124.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=33.99%
G=36.12%
B=29.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031680.0600.170.2080.5725.1872.75
HexBFCBA8601114511949
Octal27731325060212412131111
Binary101111111100101110101000110010001101001010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBA8; }

 p { color: rgb(191,203,168); }

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

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

 a { background-color: rgb(191,203,168); }

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

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

 span { border-color: rgb(191,203,168); }

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