#BFC8AF

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

Shades of Pale Leaf #BFC8AF

Tints of Pale Leaf #BFC8AF

Color information

#BFC8AF (or 0xBFC8AF) is unknown color: approx Pale Leaf. HEX triplet: BF, C8 and AF. RGB value is (191,200,175). Sum of RGB (Red+Green+Blue) = 191+200+175=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8AF is #403750. Grayscale: #C2C2C2. Windows color (decimal): -4208465 or 11520191. OLE color: 11520191.

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

Color convert

RGB191200175-
CMYK0.0400.120.22
HSL81.6º18.52%73.53%-
HSV(B)81.6º12.5%78.43%-
XYZ49.8855.4848.64-
YUV194.46117.02125.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=33.75%
G=35.34%
B=30.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001750.0400.120.2281.618.5273.53
HexBFC8AF40C1652134a
Octal27731025740142612223112
Binary10111111110010001010111110001100101101010010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8AF; }

 p { color: rgb(191,200,175); }

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

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

 a { background-color: rgb(191,200,175); }

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

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

 span { border-color: rgb(191,200,175); }

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