Html Css Color HEX #BFA0BD Lilac

📋 copy color: '#BFA0BD'

red 191 ◦ green 160 ◦ blue 189

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

Shades of Lilac #BFA0BD

Tints of Lilac #BFA0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 35.37%
G = 29.63%
B = 35%

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

#BFA0BD (or 0xBFA0BD) is known color: Lilac. HEX triplet: BF, A0 and BD. RGB value is (191,160,189). Sum of RGB (Red+Green+Blue) = 191+160+189=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0BD is #405F42. Grayscale: #ACACAC. Windows color (decimal): -4218691 or 12427455. OLE color: 12427455.

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

Color convert

RGB 191 160 189 -
CMYK 0 0.16 0.01 0.25
HSL 303.87º 0.19% 0.69% -
HSV(B) 303.87º 0.16% 0.75% -
XYZ 43.24 39.89 53.56 -
YUV 172.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 191 160 189 0 0.16 0.01 0.25 303.87 0.19 0.69
Hex BF A0 BD 0 10 1 19 130 13 45
Octal 277 240 275 0 20 1 31 460 23 105
Binary 10111111 10100000 10111101 0 10000 1 11001 100110000 10011 1000101

Color Harmonies of #BFA0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0BD

Black with #BFA0BD

Text Example


Text Example

White with #BFA0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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