#BFA4B5

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

Shades of Lily #BFA4B5

Tints of Lily #BFA4B5

Color information

#BFA4B5 (or 0xBFA4B5) is unknown color: approx Lily. HEX triplet: BF, A4 and B5. RGB value is (191,164,181). Sum of RGB (Red+Green+Blue) = 191+164+181=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4B5 is #405B4A. Grayscale: #ADADAD. Windows color (decimal): -4217675 or 11904191. OLE color: 11904191.

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

Color convert

RGB191164181-
CMYK00.140.050.25
HSL322.22º17.42%69.61%-
HSV(B)322.22º14.14%74.9%-
XYZ43.140.9649.35-
YUV174.01131.95140.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=35.63%
G=30.60%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116418100.140.050.25322.2217.4269.61
HexBFA4B50E5191421146
Octal27724426501653150221106
Binary1011111110100100101101010111010111001101000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4B5; }

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

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

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

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

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

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

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

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