Html Css Color HEX #BC8DC0 Lilac

📋 copy color: '#BC8DC0'

red 188 ◦ green 141 ◦ blue 192

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

Shades of Lilac #BC8DC0

Tints of Lilac #BC8DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 36.08%
G = 27.06%
B = 36.85%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC8DC0 (or 0xBC8DC0) is known color: Lilac. HEX triplet: BC, 8D and C0. RGB value is (188,141,192). Sum of RGB (Red+Green+Blue) = 188+141+192=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DC0 is #43723F. Grayscale: #A0A0A0. Windows color (decimal): -4420160 or 12619196. OLE color: 12619196.

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

Color convert

RGB 188 141 192 -
CMYK 0.02 0.27 0 0.25
HSL 295.29º 0.29% 0.65% -
HSV(B) 295.29º 0.27% 0.75% -
XYZ 39.78 33.55 54.25 -
YUV 160.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 188 141 192 0.02 0.27 0 0.25 295.29 0.29 0.65
Hex BC 8D C0 2 1B 0 19 127 1D 41
Octal 274 215 300 2 33 0 31 447 35 101
Binary 10111100 10001101 11000000 10 11011 0 11001 100100111 11101 1000001

Color Harmonies of #BC8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DC0

Black with #BC8DC0

Text Example


Text Example

White with #BC8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DC0; }

 p { color: rgb(188,141,192); }

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

background-color css

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

 a { background-color: rgb(188,141,192); }

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

border-color css

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

 span { border-color: rgb(188,141,192); }

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