Html Css Color HEX #BFA0BE Lilac

📋 copy color: '#BFA0BE'

red 191 ◦ green 160 ◦ blue 190

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

Shades of Lilac #BFA0BE

Tints of Lilac #BFA0BE

RGB

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

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

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

R = 35.3%
G = 29.57%
B = 35.12%

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

#BFA0BE (or 0xBFA0BE) is known color: Lilac. HEX triplet: BF, A0 and BE. RGB value is (191,160,190). Sum of RGB (Red+Green+Blue) = 191+160+190=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0BE is #405F41. Grayscale: #ACACAC. Windows color (decimal): -4218690 or 12492991. OLE color: 12492991.

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

Color convert

RGB 191 160 190 -
CMYK 0 0.16 0.01 0.25
HSL 301.94º 0.19% 0.69% -
HSV(B) 301.94º 0.16% 0.75% -
XYZ 43.35 39.94 54.14 -
YUV 172.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 191 160 190 0 0.16 0.01 0.25 301.94 0.19 0.69
Hex BF A0 BE 0 10 1 19 12E 13 45
Octal 277 240 276 0 20 1 31 456 23 105
Binary 10111111 10100000 10111110 0 10000 1 11001 100101110 10011 1000101

Color Harmonies of #BFA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0BE

Black with #BFA0BE

Text Example


Text Example

White with #BFA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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