Html Css Color HEX #BD8EBE Lilac

📋 copy color: '#BD8EBE'

red 189 ◦ green 142 ◦ blue 190

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

Shades of Lilac #BD8EBE

Tints of Lilac #BD8EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 36.28%
G = 27.26%
B = 36.47%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8EBE (or 0xBD8EBE) is known color: Lilac. HEX triplet: BD, 8E and BE. RGB value is (189,142,190). Sum of RGB (Red+Green+Blue) = 189+142+190=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EBE is #427141. Grayscale: #A1A1A1. Windows color (decimal): -4354370 or 12488381. OLE color: 12488381.

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

Color convert

RGB 189 142 190 -
CMYK 0.01 0.25 0 0.25
HSL 298.75º 0.27% 0.65% -
HSV(B) 298.75º 0.25% 0.75% -
XYZ 39.95 33.88 53.15 -
YUV 161.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 189 142 190 0.01 0.25 0 0.25 298.75 0.27 0.65
Hex BD 8E BE 1 19 0 19 12B 1B 41
Octal 275 216 276 1 31 0 31 453 33 101
Binary 10111101 10001110 10111110 1 11001 0 11001 100101011 11011 1000001

Color Harmonies of #BD8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EBE

Black with #BD8EBE

Text Example


Text Example

White with #BD8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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