Html Css Color HEX #BFA5BE Lilac

📋 copy color: '#BFA5BE'

red 191 ◦ green 165 ◦ blue 190

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

Shades of Lilac #BFA5BE

Tints of Lilac #BFA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

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

R = 34.98%
G = 30.22%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFA5BE (or 0xBFA5BE) is known color: Lilac. HEX triplet: BF, A5 and BE. RGB value is (191,165,190). Sum of RGB (Red+Green+Blue) = 191+165+190=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BE is #405A41. Grayscale: #AFAFAF. Windows color (decimal): -4217410 or 12494271. OLE color: 12494271.

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

Color convert

RGB 191 165 190 -
CMYK 0 0.14 0.01 0.25
HSL 302.31º 0.17% 0.7% -
HSV(B) 302.31º 0.14% 0.75% -
XYZ 44.24 41.7 54.43 -
YUV 175.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 191 165 190 0 0.14 0.01 0.25 302.31 0.17 0.7
Hex BF A5 BE 0 E 1 19 12E 11 46
Octal 277 245 276 0 16 1 31 456 21 106
Binary 10111111 10100101 10111110 0 1110 1 11001 100101110 10001 1000110

Color Harmonies of #BFA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5BE

Black with #BFA5BE

Text Example


Text Example

White with #BFA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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