Html Css Color HEX #BFA0BF Lilac

📋 copy color: '#BFA0BF'

red 191 ◦ green 160 ◦ blue 191

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

Shades of Lilac #BFA0BF

Tints of Lilac #BFA0BF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

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

R = 35.24%
G = 29.52%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BFA0BF (or 0xBFA0BF) is known color: Lilac. HEX triplet: BF, A0 and BF. RGB value is (191,160,191). Sum of RGB (Red+Green+Blue) = 191+160+191=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0BF is #405F40. Grayscale: #ACACAC. Windows color (decimal): -4218689 or 12558527. OLE color: 12558527.

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

Color convert

RGB 191 160 191 -
CMYK 0 0.16 0 0.25
HSL 300º 0.19% 0.69% -
HSV(B) 300º 0.16% 0.75% -
XYZ 43.46 39.98 54.72 -
YUV 172.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 191 160 191 0 0.16 0 0.25 300 0.19 0.69
Hex BF A0 BF 0 10 0 19 12C 13 45
Octal 277 240 277 0 20 0 31 454 23 105
Binary 10111111 10100000 10111111 0 10000 0 11001 100101100 10011 1000101

Color Harmonies of #BFA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0BF

Black with #BFA0BF

Text Example


Text Example

White with #BFA0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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