#BFCAAB

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

Shades of Pale Leaf #BFCAAB

Tints of Pale Leaf #BFCAAB

Color information

#BFCAAB (or 0xBFCAAB) is unknown color: approx Pale Leaf. HEX triplet: BF, CA and AB. RGB value is (191,202,171). Sum of RGB (Red+Green+Blue) = 191+202+171=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAAB is #403554. Grayscale: #C3C3C3. Windows color (decimal): -4207957 or 11258559. OLE color: 11258559.

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

Color convert

RGB191202171-
CMYK0.0500.150.21
HSL81.29º22.63%73.14%-
HSV(B)81.29º15.35%79.22%-
XYZ49.9656.2646.75-
YUV195.18114.36125.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=33.87%
G=35.82%
B=30.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021710.0500.150.2181.2922.6373.14
HexBFCAAB50F15511749
Octal27731225350172512127111
Binary10111111110010101010101110101111101011010001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAAB; }

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

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

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

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

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

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

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

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