#BFCCAB

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

Shades of Pale Leaf #BFCCAB

Tints of Pale Leaf #BFCCAB

Color information

#BFCCAB (or 0xBFCCAB) is unknown color: approx Pale Leaf. HEX triplet: BF, CC and AB. RGB value is (191,204,171). Sum of RGB (Red+Green+Blue) = 191+204+171=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAB is #403354. Grayscale: #C4C4C4. Windows color (decimal): -4207445 or 11259071. OLE color: 11259071.

HSL color Cylindrical-coordinate representation of color #BFCCAB: hue angle of 83.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCCAB is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB191204171-
CMYK0.0600.160.2
HSL83.64º24.44%73.53%-
HSV(B)83.64º16.18%80%-
XYZ50.4357.246.91-
YUV196.35113.69124.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=33.75%
G=36.04%
B=30.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041710.0600.160.283.6424.4473.53
HexBFCCAB60101454184a
Octal27731425360202412430112
Binary101111111100110010101011110010000101001010100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCAB; }

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

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

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

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

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

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

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

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