Html Css Color HEX #BF8AC6 Lilac

📋 copy color: '#BF8AC6'

red 191 ◦ green 138 ◦ blue 198

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

Shades of Lilac #BF8AC6

Tints of Lilac #BF8AC6

RGB

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

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

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

R = 36.24%
G = 26.19%
B = 37.57%

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

#BF8AC6 (or 0xBF8AC6) is known color: Lilac. HEX triplet: BF, 8A and C6. RGB value is (191,138,198). Sum of RGB (Red+Green+Blue) = 191+138+198=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AC6 is #407539. Grayscale: #A0A0A0. Windows color (decimal): -4224314 or 13011647. OLE color: 13011647.

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

Color convert

RGB 191 138 198 -
CMYK 0.04 0.30 0 0.22
HSL 293º 0.34% 0.66% -
HSV(B) 293º 0.3% 0.78% -
XYZ 40.77 33.33 57.71 -
YUV 160.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 191 138 198 0.04 0.30 0 0.22 293 0.34 0.66
Hex BF 8A C6 4 1E 0 16 125 22 42
Octal 277 212 306 4 36 0 26 445 42 102
Binary 10111111 10001010 11000110 100 11110 0 10110 100100101 100010 1000010

Color Harmonies of #BF8AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8AC6

Black with #BF8AC6

Text Example


Text Example

White with #BF8AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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