Html Css Color HEX #BFA1BA Lilac

📋 copy color: '#BFA1BA'

red 191 ◦ green 161 ◦ blue 186

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

Shades of Lilac #BFA1BA

Tints of Lilac #BFA1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 35.5%
G = 29.93%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BFA1BA (or 0xBFA1BA) is known color: Lilac. HEX triplet: BF, A1 and BA. RGB value is (191,161,186). Sum of RGB (Red+Green+Blue) = 191+161+186=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1BA is #405E45. Grayscale: #ACACAC. Windows color (decimal): -4218438 or 12231103. OLE color: 12231103.

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

Color convert

RGB 191 161 186 -
CMYK 0 0.16 0.03 0.25
HSL 310º 0.19% 0.69% -
HSV(B) 310º 0.16% 0.75% -
XYZ 43.09 40.11 51.93 -
YUV 172.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 191 161 186 0 0.16 0.03 0.25 310 0.19 0.69
Hex BF A1 BA 0 10 3 19 136 13 45
Octal 277 241 272 0 20 3 31 466 23 105
Binary 10111111 10100001 10111010 0 10000 11 11001 100110110 10011 1000101

Color Harmonies of #BFA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1BA

Black with #BFA1BA

Text Example


Text Example

White with #BFA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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