#BFA2B3

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

Shades of Lily #BFA2B3

Tints of Lily #BFA2B3

Color information

#BFA2B3 (or 0xBFA2B3) is unknown color: approx Lily. HEX triplet: BF, A2 and B3. RGB value is (191,162,179). Sum of RGB (Red+Green+Blue) = 191+162+179=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2B3 is #405D4C. Grayscale: #ACACAC. Windows color (decimal): -4218189 or 11772607. OLE color: 11772607.

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

Color convert

RGB191162179-
CMYK00.150.060.25
HSL324.83º18.47%69.22%-
HSV(B)324.83º15.18%74.9%-
XYZ42.5440.1748.16-
YUV172.61131.61141.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=35.90%
G=30.45%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116217900.150.060.25324.8318.4769.22
HexBFA2B30F6191451245
Octal27724226301763150522105
Binary1011111110100010101100110111111011001101000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2B3; }

 p { color: rgb(191,162,179); }

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

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

 a { background-color: rgb(191,162,179); }

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

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

 span { border-color: rgb(191,162,179); }

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