Html Css Color HEX #BFA1BE Lilac

📋 copy color: '#BFA1BE'

red 191 ◦ green 161 ◦ blue 190

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

Shades of Lilac #BFA1BE

Tints of Lilac #BFA1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 35.24%
G = 29.7%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFA1BE (or 0xBFA1BE) is known color: Lilac. HEX triplet: BF, A1 and BE. RGB value is (191,161,190). Sum of RGB (Red+Green+Blue) = 191+161+190=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1BE is #405E41. Grayscale: #ADADAD. Windows color (decimal): -4218434 or 12493247. OLE color: 12493247.

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

Color convert

RGB 191 161 190 -
CMYK 0 0.16 0.01 0.25
HSL 302º 0.19% 0.69% -
HSV(B) 302º 0.16% 0.75% -
XYZ 43.52 40.28 54.2 -
YUV 173.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 191 161 190 0 0.16 0.01 0.25 302 0.19 0.69
Hex BF A1 BE 0 10 1 19 12E 13 45
Octal 277 241 276 0 20 1 31 456 23 105
Binary 10111111 10100001 10111110 0 10000 1 11001 100101110 10011 1000101

Color Harmonies of #BFA1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1BE

Black with #BFA1BE

Text Example


Text Example

White with #BFA1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1BE; }

 p { color: rgb(191,161,190); }

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

background-color css

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

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

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

border-color css

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

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

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