Html Css Color HEX #BF91BE Lilac

📋 copy color: '#BF91BE'

red 191 ◦ green 145 ◦ blue 190

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

Shades of Lilac #BF91BE

Tints of Lilac #BF91BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.57%

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

R = 36.31%
G = 27.57%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF91BE (or 0xBF91BE) is known color: Lilac. HEX triplet: BF, 91 and BE. RGB value is (191,145,190). Sum of RGB (Red+Green+Blue) = 191+145+190=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BE is #406E41. Grayscale: #A3A3A3. Windows color (decimal): -4222530 or 12489151. OLE color: 12489151.

HSL color Cylindrical-coordinate representation of color #BF91BE: hue angle of 301.3º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91BE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 145 190 -
CMYK 0 0.24 0.01 0.25
HSL 301.3º 0.26% 0.66% -
HSV(B) 301.3º 0.24% 0.75% -
XYZ 40.91 35.04 53.32 -
YUV 163.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 191 145 190 0 0.24 0.01 0.25 301.3 0.26 0.66
Hex BF 91 BE 0 18 1 19 12D 1A 42
Octal 277 221 276 0 30 1 31 455 32 102
Binary 10111111 10010001 10111110 0 11000 1 11001 100101101 11010 1000010

Color Harmonies of #BF91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91BE

Black with #BF91BE

Text Example


Text Example

White with #BF91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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