Html Css Color HEX #BC91C4 Lilac

📋 copy color: '#BC91C4'

red 188 ◦ green 145 ◦ blue 196

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

Shades of Lilac #BC91C4

Tints of Lilac #BC91C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 35.54%
G = 27.41%
B = 37.05%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC91C4 (or 0xBC91C4) is known color: Lilac. HEX triplet: BC, 91 and C4. RGB value is (188,145,196). Sum of RGB (Red+Green+Blue) = 188+145+196=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC91C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C4 is #436E3B. Grayscale: #A3A3A3. Windows color (decimal): -4419132 or 12882364. OLE color: 12882364.

HSL color Cylindrical-coordinate representation of color #BC91C4: hue angle of 290.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC91C4 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 145 196 -
CMYK 0.04 0.26 0 0.23
HSL 290.59º 0.3% 0.67% -
HSV(B) 290.59º 0.26% 0.77% -
XYZ 40.83 34.93 56.81 -
YUV 163.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 188 145 196 0.04 0.26 0 0.23 290.59 0.3 0.67
Hex BC 91 C4 4 1A 0 17 123 1E 43
Octal 274 221 304 4 32 0 27 443 36 103
Binary 10111100 10010001 11000100 100 11010 0 10111 100100011 11110 1000011

Color Harmonies of #BC91C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91C4

Black with #BC91C4

Text Example


Text Example

White with #BC91C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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