Html Css Color HEX #BC91BF Lilac

📋 copy color: '#BC91BF'

red 188 ◦ green 145 ◦ blue 191

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

Shades of Lilac #BC91BF

Tints of Lilac #BC91BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 35.88%
G = 27.67%
B = 36.45%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC91BF (or 0xBC91BF) is known color: Lilac. HEX triplet: BC, 91 and BF. RGB value is (188,145,191). Sum of RGB (Red+Green+Blue) = 188+145+191=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC91BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BF is #436E40. Grayscale: #A2A2A2. Windows color (decimal): -4419137 or 12554684. OLE color: 12554684.

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

Color convert

RGB 188 145 191 -
CMYK 0.02 0.24 0 0.25
HSL 296.09º 0.26% 0.66% -
HSV(B) 296.09º 0.24% 0.75% -
XYZ 40.27 34.7 53.87 -
YUV 163.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 188 145 191 0.02 0.24 0 0.25 296.09 0.26 0.66
Hex BC 91 BF 2 18 0 19 128 1A 42
Octal 274 221 277 2 30 0 31 450 32 102
Binary 10111100 10010001 10111111 10 11000 0 11001 100101000 11010 1000010

Color Harmonies of #BC91BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91BF

Black with #BC91BF

Text Example


Text Example

White with #BC91BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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