#BFACB3

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

Shades of Lily #BFACB3

Tints of Lily #BFACB3

Color information

#BFACB3 (or 0xBFACB3) is unknown color: approx Lily. HEX triplet: BF, AC and B3. RGB value is (191,172,179). Sum of RGB (Red+Green+Blue) = 191+172+179=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB3 is #40534C. Grayscale: #B2B2B2. Windows color (decimal): -4215629 or 11775167. OLE color: 11775167.

HSL color Cylindrical-coordinate representation of color #BFACB3: hue angle of 337.89º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACB3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191172179-
CMYK00.100.060.25
HSL337.89º12.93%71.18%-
HSV(B)337.89º9.95%74.9%-
XYZ44.3843.8448.77-
YUV178.48128.29136.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=35.24%
G=31.73%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117217900.100.060.25337.8912.9371.18
HexBFACB30A619152d47
Octal27725426301263152215107
Binary101111111010110010110011010101101100110101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACB3; }

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

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

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

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

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

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

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

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