Html Css Color HEX #BFA5BF Lilac

📋 copy color: '#BFA5BF'

red 191 ◦ green 165 ◦ blue 191

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

Shades of Lilac #BFA5BF

Tints of Lilac #BFA5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.16%

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

R = 34.92%
G = 30.16%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BFA5BF (or 0xBFA5BF) is known color: Lilac. HEX triplet: BF, A5 and BF. RGB value is (191,165,191). Sum of RGB (Red+Green+Blue) = 191+165+191=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BF is #405A40. Grayscale: #AFAFAF. Windows color (decimal): -4217409 or 12559807. OLE color: 12559807.

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

Color convert

RGB 191 165 191 -
CMYK 0 0.14 0 0.25
HSL 300º 0.17% 0.7% -
HSV(B) 300º 0.14% 0.75% -
XYZ 44.34 41.75 55.01 -
YUV 175.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 191 165 191 0 0.14 0 0.25 300 0.17 0.7
Hex BF A5 BF 0 E 0 19 12C 11 46
Octal 277 245 277 0 16 0 31 454 21 106
Binary 10111111 10100101 10111111 0 1110 0 11001 100101100 10001 1000110

Color Harmonies of #BFA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5BF

Black with #BFA5BF

Text Example


Text Example

White with #BFA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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