Html Css Color HEX #BFA0BA Lilac

📋 copy color: '#BFA0BA'

red 191 ◦ green 160 ◦ blue 186

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

Shades of Lilac #BFA0BA

Tints of Lilac #BFA0BA

RGB

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

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

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

R = 35.57%
G = 29.8%
B = 34.64%

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

#BFA0BA (or 0xBFA0BA) is known color: Lilac. HEX triplet: BF, A0 and BA. RGB value is (191,160,186). Sum of RGB (Red+Green+Blue) = 191+160+186=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0BA is #405F45. Grayscale: #ACACAC. Windows color (decimal): -4218694 or 12230847. OLE color: 12230847.

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

Color convert

RGB 191 160 186 -
CMYK 0 0.16 0.03 0.25
HSL 309.68º 0.19% 0.69% -
HSV(B) 309.68º 0.16% 0.75% -
XYZ 42.92 39.76 51.87 -
YUV 172.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 191 160 186 0 0.16 0.03 0.25 309.68 0.19 0.69
Hex BF A0 BA 0 10 3 19 136 13 45
Octal 277 240 272 0 20 3 31 466 23 105
Binary 10111111 10100000 10111010 0 10000 11 11001 100110110 10011 1000101

Color Harmonies of #BFA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0BA

Black with #BFA0BA

Text Example


Text Example

White with #BFA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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