#BFA1B4

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

Shades of Lily #BFA1B4

Tints of Lily #BFA1B4

Color information

#BFA1B4 (or 0xBFA1B4) is unknown color: approx Lily. HEX triplet: BF, A1 and B4. RGB value is (191,161,180). Sum of RGB (Red+Green+Blue) = 191+161+180=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1B4 is #405E4B. Grayscale: #ACACAC. Windows color (decimal): -4218444 or 11837887. OLE color: 11837887.

HSL color Cylindrical-coordinate representation of color #BFA1B4: hue angle of 322º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA1B4 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191161180-
CMYK00.160.060.25
HSL322º18.99%69.02%-
HSV(B)322º15.71%74.9%-
XYZ42.4739.8648.64-
YUV172.14132.44141.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=35.90%
G=30.26%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116118000.160.060.2532218.9969.02
HexBFA1B40106191421345
Octal27724126402063150223105
Binary10111111101000011011010001000011011001101000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1B4; }

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

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

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

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

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

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

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

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