#BFCAB1

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

Shades of Pale Leaf #BFCAB1

Tints of Pale Leaf #BFCAB1

Color information

#BFCAB1 (or 0xBFCAB1) is unknown color: approx Pale Leaf. HEX triplet: BF, CA and B1. RGB value is (191,202,177). Sum of RGB (Red+Green+Blue) = 191+202+177=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAB1 is #40354E. Grayscale: #C3C3C3. Windows color (decimal): -4207951 or 11651775. OLE color: 11651775.

HSL color Cylindrical-coordinate representation of color #BFCAB1: hue angle of 86.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCAB1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB191202177-
CMYK0.0500.120.21
HSL86.4º19.08%74.31%-
HSV(B)86.4º12.38%79.22%-
XYZ50.5456.4949.84-
YUV195.86117.36124.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=33.51%
G=35.44%
B=31.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021770.0500.120.2186.419.0874.31
HexBFCAB150C1556134a
Octal27731226150142512623112
Binary10111111110010101011000110101100101011010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAB1; }

 p { color: rgb(191,202,177); }

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

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

 a { background-color: rgb(191,202,177); }

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

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

 span { border-color: rgb(191,202,177); }

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