#BFCBAA

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

Shades of Pale Leaf #BFCBAA

Tints of Pale Leaf #BFCBAA

Color information

#BFCBAA (or 0xBFCBAA) is unknown color: approx Pale Leaf. HEX triplet: BF, CB and AA. RGB value is (191,203,170). Sum of RGB (Red+Green+Blue) = 191+203+170=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBAA is #403455. Grayscale: #C3C3C3. Windows color (decimal): -4207702 or 11193279. OLE color: 11193279.

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

Color convert

RGB191203170-
CMYK0.0600.160.20
HSL81.82º24.09%73.14%-
HSV(B)81.82º16.26%79.61%-
XYZ50.156.6946.33-
YUV195.65113.52124.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=33.87%
G=35.99%
B=30.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031700.0600.160.2081.8224.0973.14
HexBFCBAA601014521849
Octal27731325260202412230111
Binary101111111100101110101010110010000101001010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBAA; }

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

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

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

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

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

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

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

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