Html Css Color HEX #BC91BD Lilac

📋 copy color: '#BC91BD'

red 188 ◦ green 145 ◦ blue 189

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

Shades of Lilac #BC91BD

Tints of Lilac #BC91BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

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

R = 36.02%
G = 27.78%
B = 36.21%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC91BD (or 0xBC91BD) is known color: Lilac. HEX triplet: BC, 91 and BD. RGB value is (188,145,189). Sum of RGB (Red+Green+Blue) = 188+145+189=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BD is #436E42. Grayscale: #A2A2A2. Windows color (decimal): -4419139 or 12423612. OLE color: 12423612.

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

Color convert

RGB 188 145 189 -
CMYK 0.01 0.23 0 0.26
HSL 298.64º 0.25% 0.65% -
HSV(B) 298.64º 0.23% 0.74% -
XYZ 40.05 34.62 52.71 -
YUV 162.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 188 145 189 0.01 0.23 0 0.26 298.64 0.25 0.65
Hex BC 91 BD 1 17 0 1A 12B 19 41
Octal 274 221 275 1 27 0 32 453 31 101
Binary 10111100 10010001 10111101 1 10111 0 11010 100101011 11001 1000001

Color Harmonies of #BC91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91BD

Black with #BC91BD

Text Example


Text Example

White with #BC91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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