#BFA3BB

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

Shades of Lilac #BFA3BB

Tints of Lilac #BFA3BB

Color information

#BFA3BB (or 0xBFA3BB) is unknown color: approx Lilac. HEX triplet: BF, A3 and BB. RGB value is (191,163,187). Sum of RGB (Red+Green+Blue) = 191+163+187=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3BB is #405C44. Grayscale: #AEAEAE. Windows color (decimal): -4217925 or 12297151. OLE color: 12297151.

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

Color convert

RGB191163187-
CMYK00.150.020.25
HSL308.57º17.95%69.41%-
HSV(B)308.57º14.66%74.9%-
XYZ43.5540.8652.6-
YUV174.11135.28140.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=35.30%
G=30.13%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116318700.150.020.25308.5717.9569.41
HexBFA3BB0F2191351245
Octal27724327301723146522105
Binary101111111010001110111011011111011001100110101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3BB; }

 p { color: rgb(191,163,187); }

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

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

 a { background-color: rgb(191,163,187); }

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

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

 span { border-color: rgb(191,163,187); }

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