Html Css Color HEX #BC93BD Lilac

📋 copy color: '#BC93BD'

red 188 ◦ green 147 ◦ blue 189

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

Shades of Lilac #BC93BD

Tints of Lilac #BC93BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.05%

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

R = 35.88%
G = 28.05%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC93BD (or 0xBC93BD) is known color: Lilac. HEX triplet: BC, 93 and BD. RGB value is (188,147,189). Sum of RGB (Red+Green+Blue) = 188+147+189=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BD is #436C42. Grayscale: #A3A3A3. Windows color (decimal): -4418627 or 12424124. OLE color: 12424124.

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

Color convert

RGB 188 147 189 -
CMYK 0.01 0.22 0 0.26
HSL 298.57º 0.24% 0.66% -
HSV(B) 298.57º 0.22% 0.74% -
XYZ 40.36 35.23 52.82 -
YUV 164.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 188 147 189 0.01 0.22 0 0.26 298.57 0.24 0.66
Hex BC 93 BD 1 16 0 1A 12B 18 42
Octal 274 223 275 1 26 0 32 453 30 102
Binary 10111100 10010011 10111101 1 10110 0 11010 100101011 11000 1000010

Color Harmonies of #BC93BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93BD

Black with #BC93BD

Text Example


Text Example

White with #BC93BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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