Html Css Color HEX #BFA6BE Lilac

📋 copy color: '#BFA6BE'

red 191 ◦ green 166 ◦ blue 190

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

Shades of Lilac #BFA6BE

Tints of Lilac #BFA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.35%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 34.92%
G = 30.35%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFA6BE (or 0xBFA6BE) is known color: Lilac. HEX triplet: BF, A6 and BE. RGB value is (191,166,190). Sum of RGB (Red+Green+Blue) = 191+166+190=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6BE is #405941. Grayscale: #B0B0B0. Windows color (decimal): -4217154 or 12494527. OLE color: 12494527.

HSL color Cylindrical-coordinate representation of color #BFA6BE: hue angle of 302.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA6BE is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 190 -
CMYK 0 0.13 0.01 0.25
HSL 302.4º 0.16% 0.7% -
HSV(B) 302.4º 0.13% 0.75% -
XYZ 44.42 42.07 54.49 -
YUV 176.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 191 166 190 0 0.13 0.01 0.25 302.4 0.16 0.7
Hex BF A6 BE 0 D 1 19 12E 10 46
Octal 277 246 276 0 15 1 31 456 20 106
Binary 10111111 10100110 10111110 0 1101 1 11001 100101110 10000 1000110

Color Harmonies of #BFA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6BE

Black with #BFA6BE

Text Example


Text Example

White with #BFA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6BE; }

 p { color: rgb(191,166,190); }

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

background-color css

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

 a { background-color: rgb(191,166,190); }

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

border-color css

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

 span { border-color: rgb(191,166,190); }

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