Html Css Color HEX #BC91BC Lilac

📋 copy color: '#BC91BC'

red 188 ◦ green 145 ◦ blue 188

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

Shades of Lilac #BC91BC

Tints of Lilac #BC91BC

RGB

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

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

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

R = 36.08%
G = 27.83%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC91BC (or 0xBC91BC) is known color: Lilac. HEX triplet: BC, 91 and BC. RGB value is (188,145,188). Sum of RGB (Red+Green+Blue) = 188+145+188=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BC is #436E43. Grayscale: #A2A2A2. Windows color (decimal): -4419140 or 12358076. OLE color: 12358076.

HSL color Cylindrical-coordinate representation of color #BC91BC: hue angle of 300º degrees, saturation: 0.24, 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 #BC91BC is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 188 -
CMYK 0 0.23 0 0.26
HSL 300º 0.24% 0.65% -
HSV(B) 300º 0.23% 0.74% -
XYZ 39.94 34.57 52.15 -
YUV 162.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 188 145 188 0 0.23 0 0.26 300 0.24 0.65
Hex BC 91 BC 0 17 0 1A 12C 18 41
Octal 274 221 274 0 27 0 32 454 30 101
Binary 10111100 10010001 10111100 0 10111 0 11010 100101100 11000 1000001

Color Harmonies of #BC91BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91BC

Black with #BC91BC

Text Example


Text Example

White with #BC91BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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