#BFCCAF

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

Shades of Pale Leaf #BFCCAF

Tints of Pale Leaf #BFCCAF

Color information

#BFCCAF (or 0xBFCCAF) is unknown color: approx Pale Leaf. HEX triplet: BF, CC and AF. RGB value is (191,204,175). Sum of RGB (Red+Green+Blue) = 191+204+175=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAF is #403350. Grayscale: #C4C4C4. Windows color (decimal): -4207441 or 11521215. OLE color: 11521215.

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

Color convert

RGB191204175-
CMYK0.0600.140.2
HSL86.9º22.14%74.31%-
HSV(B)86.9º14.22%80%-
XYZ50.8257.3648.95-
YUV196.81115.69123.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=33.51%
G=35.79%
B=30.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041750.0600.140.286.922.1474.31
HexBFCCAF60E1457164a
Octal27731425760162412726112
Binary10111111110011001010111111001110101001010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCAF; }

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

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

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

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

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

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

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

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