Html Css Color HEX #BFA3BF Lilac

📋 copy color: '#BFA3BF'

red 191 ◦ green 163 ◦ blue 191

#BFA3BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BFA3BF

Tints of Lilac #BFA3BF

RGB

 RED value IS 191 (75% from 255) = 35.05%

 GREEN value IS 163 (64.06% from 255) = 29.91%

 BLUE value IS 191 (75% from 255) = 35.05%

R = 35.05%
G = 29.91%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BFA3BF (or 0xBFA3BF) is known color: Lilac. HEX triplet: BF, A3 and BF. RGB value is (191,163,191). Sum of RGB (Red+Green+Blue) = 191+163+191=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3BF is #405C40. Grayscale: #AEAEAE. Windows color (decimal): -4217921 or 12559295. OLE color: 12559295.

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

Color convert

RGB 191 163 191 -
CMYK 0 0.15 0 0.25
HSL 300º 0.18% 0.69% -
HSV(B) 300º 0.15% 0.75% -
XYZ 43.99 41.03 54.89 -
YUV 174.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 191 163 191 0 0.15 0 0.25 300 0.18 0.69
Hex BF A3 BF 0 F 0 19 12C 12 45
Octal 277 243 277 0 17 0 31 454 22 105
Binary 10111111 10100011 10111111 0 1111 0 11001 100101100 10010 1000101

Color Harmonies of #BFA3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA3BF

Black with #BFA3BF

Text Example


Text Example

White with #BFA3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA3BF; }

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

 H1.HeaderClassName
 {
   color: #BFA3BF;
 }
 .AnyTagClassName
 {
   color: #BFA3BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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