Html Css Color HEX #BD8DBE Lilac

📋 copy color: '#BD8DBE'

red 189 ◦ green 141 ◦ blue 190

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

Shades of Lilac #BD8DBE

Tints of Lilac #BD8DBE

RGB

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

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

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

R = 36.35%
G = 27.12%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8DBE (or 0xBD8DBE) is known color: Lilac. HEX triplet: BD, 8D and BE. RGB value is (189,141,190). Sum of RGB (Red+Green+Blue) = 189+141+190=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DBE is #427241. Grayscale: #A0A0A0. Windows color (decimal): -4354626 or 12488125. OLE color: 12488125.

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

Color convert

RGB 189 141 190 -
CMYK 0.01 0.26 0 0.25
HSL 298.78º 0.27% 0.65% -
HSV(B) 298.78º 0.26% 0.75% -
XYZ 39.81 33.59 53.1 -
YUV 160.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 189 141 190 0.01 0.26 0 0.25 298.78 0.27 0.65
Hex BD 8D BE 1 1A 0 19 12B 1B 41
Octal 275 215 276 1 32 0 31 453 33 101
Binary 10111101 10001101 10111110 1 11010 0 11001 100101011 11011 1000001

Color Harmonies of #BD8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DBE

Black with #BD8DBE

Text Example


Text Example

White with #BD8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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