Html Css Color HEX #BF8BC7 Lilac

📋 copy color: '#BF8BC7'

red 191 ◦ green 139 ◦ blue 199

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

Shades of Lilac #BF8BC7

Tints of Lilac #BF8BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.28%

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 36.11%
G = 26.28%
B = 37.62%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF8BC7 (or 0xBF8BC7) is known color: Lilac. HEX triplet: BF, 8B and C7. RGB value is (191,139,199). Sum of RGB (Red+Green+Blue) = 191+139+199=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF8BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC7 is #407438. Grayscale: #A1A1A1. Windows color (decimal): -4224057 or 13077439. OLE color: 13077439.

HSL color Cylindrical-coordinate representation of color #BF8BC7: hue angle of 292º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8BC7 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 139 199 -
CMYK 0.04 0.30 0 0.22
HSL 292º 0.35% 0.66% -
HSV(B) 292º 0.3% 0.78% -
XYZ 41.03 33.67 58.37 -
YUV 161.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 191 139 199 0.04 0.30 0 0.22 292 0.35 0.66
Hex BF 8B C7 4 1E 0 16 124 23 42
Octal 277 213 307 4 36 0 26 444 43 102
Binary 10111111 10001011 11000111 100 11110 0 10110 100100100 100011 1000010

Color Harmonies of #BF8BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BC7

Black with #BF8BC7

Text Example


Text Example

White with #BF8BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BC7; }

 p { color: rgb(191,139,199); }

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

background-color css

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

 a { background-color: rgb(191,139,199); }

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

border-color css

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

 span { border-color: rgb(191,139,199); }

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