Html Css Color HEX #BFA3BE Lilac

📋 copy color: '#BFA3BE'

red 191 ◦ green 163 ◦ blue 190

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

Shades of Lilac #BFA3BE

Tints of Lilac #BFA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.96%

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

R = 35.11%
G = 29.96%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFA3BE (or 0xBFA3BE) is known color: Lilac. HEX triplet: BF, A3 and BE. RGB value is (191,163,190). Sum of RGB (Red+Green+Blue) = 191+163+190=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3BE is #405C41. Grayscale: #AEAEAE. Windows color (decimal): -4217922 or 12493759. OLE color: 12493759.

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

Color convert

RGB 191 163 190 -
CMYK 0 0.15 0.01 0.25
HSL 302.14º 0.18% 0.69% -
HSV(B) 302.14º 0.15% 0.75% -
XYZ 43.88 40.99 54.31 -
YUV 174.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 191 163 190 0 0.15 0.01 0.25 302.14 0.18 0.69
Hex BF A3 BE 0 F 1 19 12E 12 45
Octal 277 243 276 0 17 1 31 456 22 105
Binary 10111111 10100011 10111110 0 1111 1 11001 100101110 10010 1000101

Color Harmonies of #BFA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA3BE

Black with #BFA3BE

Text Example


Text Example

White with #BFA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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