Html Css Color HEX #BD8EC5 Lilac

📋 copy color: '#BD8EC5'

red 189 ◦ green 142 ◦ blue 197

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

Shades of Lilac #BD8EC5

Tints of Lilac #BD8EC5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

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

R = 35.8%
G = 26.89%
B = 37.31%

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

#BD8EC5 (or 0xBD8EC5) is known color: Lilac. HEX triplet: BD, 8E and C5. RGB value is (189,142,197). Sum of RGB (Red+Green+Blue) = 189+142+197=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EC5 is #42713A. Grayscale: #A2A2A2. Windows color (decimal): -4354363 or 12947133. OLE color: 12947133.

HSL color Cylindrical-coordinate representation of color #BD8EC5: hue angle of 291.27º degrees, saturation: 0.32, 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 #BD8EC5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 142 197 -
CMYK 0.04 0.28 0 0.23
HSL 291.27º 0.32% 0.66% -
HSV(B) 291.27º 0.28% 0.77% -
XYZ 40.74 34.2 57.28 -
YUV 162.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 189 142 197 0.04 0.28 0 0.23 291.27 0.32 0.66
Hex BD 8E C5 4 1C 0 17 123 20 42
Octal 275 216 305 4 34 0 27 443 40 102
Binary 10111101 10001110 11000101 100 11100 0 10111 100100011 100000 1000010

Color Harmonies of #BD8EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EC5

Black with #BD8EC5

Text Example


Text Example

White with #BD8EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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