Html Css Color HEX #BD8DC1 Lilac

📋 copy color: '#BD8DC1'

red 189 ◦ green 141 ◦ blue 193

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

Shades of Lilac #BD8DC1

Tints of Lilac #BD8DC1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 36.14%
G = 26.96%
B = 36.9%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD8DC1 (or 0xBD8DC1) is known color: Lilac. HEX triplet: BD, 8D and C1. RGB value is (189,141,193). Sum of RGB (Red+Green+Blue) = 189+141+193=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD8DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DC1 is #42723E. Grayscale: #A1A1A1. Windows color (decimal): -4354623 or 12684733. OLE color: 12684733.

HSL color Cylindrical-coordinate representation of color #BD8DC1: hue angle of 295.38º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8DC1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 141 193 -
CMYK 0.02 0.27 0 0.24
HSL 295.38º 0.3% 0.65% -
HSV(B) 295.38º 0.27% 0.76% -
XYZ 40.14 33.72 54.85 -
YUV 161.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 189 141 193 0.02 0.27 0 0.24 295.38 0.3 0.65
Hex BD 8D C1 2 1B 0 18 127 1E 41
Octal 275 215 301 2 33 0 30 447 36 101
Binary 10111101 10001101 11000001 10 11011 0 11000 100100111 11110 1000001

Color Harmonies of #BD8DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DC1

Black with #BD8DC1

Text Example


Text Example

White with #BD8DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DC1; }

 p { color: rgb(189,141,193); }

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

background-color css

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

 a { background-color: rgb(189,141,193); }

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

border-color css

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

 span { border-color: rgb(189,141,193); }

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