#BFA4BA

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

Shades of Lily #BFA4BA

Tints of Lily #BFA4BA

Color information

#BFA4BA (or 0xBFA4BA) is unknown color: approx Lily. HEX triplet: BF, A4 and BA. RGB value is (191,164,186). Sum of RGB (Red+Green+Blue) = 191+164+186=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4BA is #405B45. Grayscale: #AEAEAE. Windows color (decimal): -4217670 or 12231871. OLE color: 12231871.

HSL color Cylindrical-coordinate representation of color #BFA4BA: hue angle of 311.11º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA4BA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191164186-
CMYK00.140.030.25
HSL311.11º17.42%69.61%-
HSV(B)311.11º14.14%74.9%-
XYZ43.6241.1752.1-
YUV174.58134.45139.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=35.30%
G=30.31%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116418600.140.030.25311.1117.4269.61
HexBFA4BA0E3191371146
Octal27724427201633146721106
Binary101111111010010010111010011101111001100110111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4BA; }

 p { color: rgb(191,164,186); }

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

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

 a { background-color: rgb(191,164,186); }

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

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

 span { border-color: rgb(191,164,186); }

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