#BFA4B4

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

Shades of Lily #BFA4B4

Tints of Lily #BFA4B4

Color information

#BFA4B4 (or 0xBFA4B4) is unknown color: approx Lily. HEX triplet: BF, A4 and B4. RGB value is (191,164,180). Sum of RGB (Red+Green+Blue) = 191+164+180=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4B4 is #405B4B. Grayscale: #ADADAD. Windows color (decimal): -4217676 or 11838655. OLE color: 11838655.

HSL color Cylindrical-coordinate representation of color #BFA4B4: hue angle of 324.44º 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 #BFA4B4 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191164180-
CMYK00.140.060.25
HSL324.44º17.42%69.61%-
HSV(B)324.44º14.14%74.9%-
XYZ4340.9248.81-
YUV173.9131.45140.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=35.70%
G=30.65%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116418000.140.060.25324.4417.4269.61
HexBFA4B40E6191441146
Octal27724426401663150421106
Binary1011111110100100101101000111011011001101000100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4B4; }

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

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

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

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

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

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

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

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