#BFA6B6

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

Shades of Lily #BFA6B6

Tints of Lily #BFA6B6

Color information

#BFA6B6 (or 0xBFA6B6) is unknown color: approx Lily. HEX triplet: BF, A6 and B6. RGB value is (191,166,182). Sum of RGB (Red+Green+Blue) = 191+166+182=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6B6 is #405949. Grayscale: #AFAFAF. Windows color (decimal): -4217162 or 11970239. OLE color: 11970239.

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

Color convert

RGB191166182-
CMYK00.130.050.25
HSL321.6º16.34%70%-
HSV(B)321.6º13.09%74.9%-
XYZ43.5741.7350.01-
YUV175.3131.78139.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=35.44%
G=30.80%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116618200.130.050.25321.616.3470
HexBFA6B60D5191421046
Octal27724626601553150220106
Binary1011111110100110101101100110110111001101000010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6B6; }

 p { color: rgb(191,166,182); }

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

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

 a { background-color: rgb(191,166,182); }

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

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

 span { border-color: rgb(191,166,182); }

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