Html Css Color HEX #BD8DC5 Lilac

📋 copy color: '#BD8DC5'

red 189 ◦ green 141 ◦ blue 197

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

Shades of Lilac #BD8DC5

Tints of Lilac #BD8DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 35.86%
G = 26.76%
B = 37.38%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD8DC5 (or 0xBD8DC5) is known color: Lilac. HEX triplet: BD, 8D and C5. RGB value is (189,141,197). Sum of RGB (Red+Green+Blue) = 189+141+197=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DC5 is #42723A. Grayscale: #A1A1A1. Windows color (decimal): -4354619 or 12946877. OLE color: 12946877.

HSL color Cylindrical-coordinate representation of color #BD8DC5: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8DC5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 141 197 -
CMYK 0.04 0.28 0 0.23
HSL 291.43º 0.33% 0.66% -
HSV(B) 291.43º 0.28% 0.77% -
XYZ 40.59 33.9 57.23 -
YUV 161.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 189 141 197 0.04 0.28 0 0.23 291.43 0.33 0.66
Hex BD 8D C5 4 1C 0 17 123 21 42
Octal 275 215 305 4 34 0 27 443 41 102
Binary 10111101 10001101 11000101 100 11100 0 10111 100100011 100001 1000010

Color Harmonies of #BD8DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DC5

Black with #BD8DC5

Text Example


Text Example

White with #BD8DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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