Html Css Color HEX #BFA8BE Lilac

📋 copy color: '#BFA8BE'

red 191 ◦ green 168 ◦ blue 190

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

Shades of Lilac #BFA8BE

Tints of Lilac #BFA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.6%

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

R = 34.79%
G = 30.6%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFA8BE (or 0xBFA8BE) is known color: Lilac. HEX triplet: BF, A8 and BE. RGB value is (191,168,190). Sum of RGB (Red+Green+Blue) = 191+168+190=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8BE is #405741. Grayscale: #B1B1B1. Windows color (decimal): -4216642 or 12495039. OLE color: 12495039.

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

Color convert

RGB 191 168 190 -
CMYK 0 0.12 0.01 0.25
HSL 302.61º 0.15% 0.7% -
HSV(B) 302.61º 0.12% 0.75% -
XYZ 44.78 42.8 54.62 -
YUV 177.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 191 168 190 0 0.12 0.01 0.25 302.61 0.15 0.7
Hex BF A8 BE 0 C 1 19 12F F 46
Octal 277 250 276 0 14 1 31 457 17 106
Binary 10111111 10101000 10111110 0 1100 1 11001 100101111 1111 1000110

Color Harmonies of #BFA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8BE

Black with #BFA8BE

Text Example


Text Example

White with #BFA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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