Html Css Color HEX #BF86C2 Lilac

📋 copy color: '#BF86C2'

red 191 ◦ green 134 ◦ blue 194

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

Shades of Lilac #BF86C2

Tints of Lilac #BF86C2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.82%

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 36.8%
G = 25.82%
B = 37.38%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF86C2 (or 0xBF86C2) is known color: Lilac. HEX triplet: BF, 86 and C2. RGB value is (191,134,194). Sum of RGB (Red+Green+Blue) = 191+134+194=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86C2 is #40793D. Grayscale: #9D9D9D. Windows color (decimal): -4225342 or 12748479. OLE color: 12748479.

HSL color Cylindrical-coordinate representation of color #BF86C2: hue angle of 297º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF86C2 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 134 194 -
CMYK 0.02 0.31 0 0.24
HSL 297º 0.33% 0.64% -
HSV(B) 297º 0.31% 0.76% -
XYZ 39.75 32.02 55.12 -
YUV 157.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 191 134 194 0.02 0.31 0 0.24 297 0.33 0.64
Hex BF 86 C2 2 1F 0 18 129 21 40
Octal 277 206 302 2 37 0 30 451 41 100
Binary 10111111 10000110 11000010 10 11111 0 11000 100101001 100001 1000000

Color Harmonies of #BF86C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF86C2

Black with #BF86C2

Text Example


Text Example

White with #BF86C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF86C2; }

 p { color: rgb(191,134,194); }

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

background-color css

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

 a { background-color: rgb(191,134,194); }

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

border-color css

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

 span { border-color: rgb(191,134,194); }

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