Html Css Color HEX #BF8BC6 Lilac

📋 copy color: '#BF8BC6'

red 191 ◦ green 139 ◦ blue 198

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

Shades of Lilac #BF8BC6

Tints of Lilac #BF8BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 36.17%
G = 26.33%
B = 37.5%

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

#BF8BC6 (or 0xBF8BC6) is known color: Lilac. HEX triplet: BF, 8B and C6. RGB value is (191,139,198). Sum of RGB (Red+Green+Blue) = 191+139+198=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF8BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC6 is #407439. Grayscale: #A1A1A1. Windows color (decimal): -4224058 or 13011903. OLE color: 13011903.

HSL color Cylindrical-coordinate representation of color #BF8BC6: hue angle of 292.88º degrees, saturation: 0.34, 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 #BF8BC6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 139 198 -
CMYK 0.04 0.30 0 0.22
HSL 292.88º 0.34% 0.66% -
HSV(B) 292.88º 0.3% 0.78% -
XYZ 40.91 33.62 57.76 -
YUV 161.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 191 139 198 0.04 0.30 0 0.22 292.88 0.34 0.66
Hex BF 8B C6 4 1E 0 16 125 22 42
Octal 277 213 306 4 36 0 26 445 42 102
Binary 10111111 10001011 11000110 100 11110 0 10110 100100101 100010 1000010

Color Harmonies of #BF8BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BC6

Black with #BF8BC6

Text Example


Text Example

White with #BF8BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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