#BFA5B3

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

Shades of Lily #BFA5B3

Tints of Lily #BFA5B3

Color information

#BFA5B3 (or 0xBFA5B3) is unknown color: approx Lily. HEX triplet: BF, A5 and B3. RGB value is (191,165,179). Sum of RGB (Red+Green+Blue) = 191+165+179=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5B3 is #405A4C. Grayscale: #AEAEAE. Windows color (decimal): -4217421 or 11773375. OLE color: 11773375.

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

Color convert

RGB191165179-
CMYK00.140.060.25
HSL327.69º16.88%69.8%-
HSV(B)327.69º13.61%74.9%-
XYZ43.0841.2448.34-
YUV174.37130.61139.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=35.70%
G=30.84%
B=33.46%

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
Decimal19116517900.140.060.25327.6916.8869.8
HexBFA5B30E6191481146
Octal27724526301663151021106
Binary1011111110100101101100110111011011001101001000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5B3; }

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

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

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

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

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

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

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

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