Html Css Color HEX #BD8DC3 Lilac

📋 copy color: '#BD8DC3'

red 189 ◦ green 141 ◦ blue 195

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

Shades of Lilac #BD8DC3

Tints of Lilac #BD8DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 36%
G = 26.86%
B = 37.14%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD8DC3 (or 0xBD8DC3) is known color: Lilac. HEX triplet: BD, 8D and C3. RGB value is (189,141,195). Sum of RGB (Red+Green+Blue) = 189+141+195=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DC3 is #42723C. Grayscale: #A1A1A1. Windows color (decimal): -4354621 or 12815805. OLE color: 12815805.

HSL color Cylindrical-coordinate representation of color #BD8DC3: hue angle of 293.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8DC3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 141 195 -
CMYK 0.03 0.28 0 0.24
HSL 293.33º 0.31% 0.66% -
HSV(B) 293.33º 0.28% 0.76% -
XYZ 40.36 33.81 56.03 -
YUV 161.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 189 141 195 0.03 0.28 0 0.24 293.33 0.31 0.66
Hex BD 8D C3 3 1C 0 18 125 1F 42
Octal 275 215 303 3 34 0 30 445 37 102
Binary 10111101 10001101 11000011 11 11100 0 11000 100100101 11111 1000010

Color Harmonies of #BD8DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DC3

Black with #BD8DC3

Text Example


Text Example

White with #BD8DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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