Html Css Color HEX #BFA5BD Lilac

📋 copy color: '#BFA5BD'

red 191 ◦ green 165 ◦ blue 189

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

Shades of Lilac #BFA5BD

Tints of Lilac #BFA5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 35.05%
G = 30.28%
B = 34.68%

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

#BFA5BD (or 0xBFA5BD) is known color: Lilac. HEX triplet: BF, A5 and BD. RGB value is (191,165,189). Sum of RGB (Red+Green+Blue) = 191+165+189=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BD is #405A42. Grayscale: #AFAFAF. Windows color (decimal): -4217411 or 12428735. OLE color: 12428735.

HSL color Cylindrical-coordinate representation of color #BFA5BD: hue angle of 304.62º 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 #BFA5BD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 189 -
CMYK 0 0.14 0.01 0.25
HSL 304.62º 0.17% 0.7% -
HSV(B) 304.62º 0.14% 0.75% -
XYZ 44.13 41.66 53.86 -
YUV 175.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 191 165 189 0 0.14 0.01 0.25 304.62 0.17 0.7
Hex BF A5 BD 0 E 1 19 131 11 46
Octal 277 245 275 0 16 1 31 461 21 106
Binary 10111111 10100101 10111101 0 1110 1 11001 100110001 10001 1000110

Color Harmonies of #BFA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5BD

Black with #BFA5BD

Text Example


Text Example

White with #BFA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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