Html Css Color HEX #BD93BF Lilac

📋 copy color: '#BD93BF'

red 189 ◦ green 147 ◦ blue 191

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

Shades of Lilac #BD93BF

Tints of Lilac #BD93BF

RGB

 RED value IS 189 (74.22% from 255) = 35.86%

 GREEN value IS 147 (57.81% from 255) = 27.89%

 BLUE value IS 191 (75% from 255) = 36.24%

R = 35.86%
G = 27.89%
B = 36.24%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD93BF (or 0xBD93BF) is known color: Lilac. HEX triplet: BD, 93 and BF. RGB value is (189,147,191). Sum of RGB (Red+Green+Blue) = 189+147+191=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BF is #426C40. Grayscale: #A4A4A4. Windows color (decimal): -4353089 or 12555197. OLE color: 12555197.

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

Color convert

RGB 189 147 191 -
CMYK 0.01 0.23 0 0.25
HSL 297.27º 0.26% 0.66% -
HSV(B) 297.27º 0.23% 0.75% -
XYZ 40.82 35.45 53.98 -
YUV 164.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 189 147 191 0.01 0.23 0 0.25 297.27 0.26 0.66
Hex BD 93 BF 1 17 0 19 129 1A 42
Octal 275 223 277 1 27 0 31 451 32 102
Binary 10111101 10010011 10111111 1 10111 0 11001 100101001 11010 1000010

Color Harmonies of #BD93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93BF

Black with #BD93BF

Text Example


Text Example

White with #BD93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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