#BFACB7

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

Shades of Lily #BFACB7

Tints of Lily #BFACB7

Color information

#BFACB7 (or 0xBFACB7) is unknown color: approx Lily. HEX triplet: BF, AC and B7. RGB value is (191,172,183). Sum of RGB (Red+Green+Blue) = 191+172+183=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB7 is #405348. Grayscale: #B2B2B2. Windows color (decimal): -4215625 or 12037311. OLE color: 12037311.

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

Color convert

RGB191172183-
CMYK00.100.040.25
HSL325.26º12.93%71.18%-
HSV(B)325.26º9.95%74.9%-
XYZ44.794450.93-
YUV178.93130.29136.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=34.98%
G=31.50%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117218300.100.040.25325.2612.9371.18
HexBFACB70A419145d47
Octal27725426701243150515107
Binary101111111010110010110111010101001100110100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACB7; }

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

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

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

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

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

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

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

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