Html Css Color HEX #BF8EBE Lilac

📋 copy color: '#BF8EBE'

red 191 ◦ green 142 ◦ blue 190

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

Shades of Lilac #BF8EBE

Tints of Lilac #BF8EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.15%

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

R = 36.52%
G = 27.15%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF8EBE (or 0xBF8EBE) is known color: Lilac. HEX triplet: BF, 8E and BE. RGB value is (191,142,190). Sum of RGB (Red+Green+Blue) = 191+142+190=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBE is #407141. Grayscale: #A1A1A1. Windows color (decimal): -4223298 or 12488383. OLE color: 12488383.

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

Color convert

RGB 191 142 190 -
CMYK 0 0.26 0.01 0.25
HSL 301.22º 0.28% 0.65% -
HSV(B) 301.22º 0.26% 0.75% -
XYZ 40.45 34.14 53.17 -
YUV 162.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 191 142 190 0 0.26 0.01 0.25 301.22 0.28 0.65
Hex BF 8E BE 0 1A 1 19 12D 1C 41
Octal 277 216 276 0 32 1 31 455 34 101
Binary 10111111 10001110 10111110 0 11010 1 11001 100101101 11100 1000001

Color Harmonies of #BF8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EBE

Black with #BF8EBE

Text Example


Text Example

White with #BF8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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