Html Css Color HEX #BC8EBD Lilac

📋 copy color: '#BC8EBD'

red 188 ◦ green 142 ◦ blue 189

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

Shades of Lilac #BC8EBD

Tints of Lilac #BC8EBD

RGB

 RED value IS 188 (73.83% from 255) = 36.22%

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 36.22%
G = 27.36%
B = 36.42%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC8EBD (or 0xBC8EBD) is known color: Lilac. HEX triplet: BC, 8E and BD. RGB value is (188,142,189). Sum of RGB (Red+Green+Blue) = 188+142+189=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EBD is #437142. Grayscale: #A0A0A0. Windows color (decimal): -4419907 or 12422844. OLE color: 12422844.

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

Color convert

RGB 188 142 189 -
CMYK 0.01 0.25 0 0.26
HSL 298.72º 0.26% 0.65% -
HSV(B) 298.72º 0.25% 0.74% -
XYZ 39.6 33.71 52.56 -
YUV 161.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 188 142 189 0.01 0.25 0 0.26 298.72 0.26 0.65
Hex BC 8E BD 1 19 0 1A 12B 1A 41
Octal 274 216 275 1 31 0 32 453 32 101
Binary 10111100 10001110 10111101 1 11001 0 11010 100101011 11010 1000001

Color Harmonies of #BC8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EBD

Black with #BC8EBD

Text Example


Text Example

White with #BC8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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