Html Css Color HEX #BF8AC1 Lilac

📋 copy color: '#BF8AC1'

red 191 ◦ green 138 ◦ blue 193

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

Shades of Lilac #BF8AC1

Tints of Lilac #BF8AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 36.59%
G = 26.44%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF8AC1 (or 0xBF8AC1) is known color: Lilac. HEX triplet: BF, 8A and C1. RGB value is (191,138,193). Sum of RGB (Red+Green+Blue) = 191+138+193=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF8AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AC1 is #40753E. Grayscale: #9F9F9F. Windows color (decimal): -4224319 or 12683967. OLE color: 12683967.

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

Color convert

RGB 191 138 193 -
CMYK 0.01 0.28 0 0.24
HSL 297.82º 0.31% 0.65% -
HSV(B) 297.82º 0.28% 0.76% -
XYZ 40.2 33.1 54.72 -
YUV 160.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 191 138 193 0.01 0.28 0 0.24 297.82 0.31 0.65
Hex BF 8A C1 1 1C 0 18 12A 1F 41
Octal 277 212 301 1 34 0 30 452 37 101
Binary 10111111 10001010 11000001 1 11100 0 11000 100101010 11111 1000001

Color Harmonies of #BF8AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8AC1

Black with #BF8AC1

Text Example


Text Example

White with #BF8AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8AC1; }

 p { color: rgb(191,138,193); }

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

background-color css

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

 a { background-color: rgb(191,138,193); }

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

border-color css

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

 span { border-color: rgb(191,138,193); }

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