Html Css Color HEX #BC91C6 Lilac

📋 copy color: '#BC91C6'

red 188 ◦ green 145 ◦ blue 198

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

Shades of Lilac #BC91C6

Tints of Lilac #BC91C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 35.4%
G = 27.31%
B = 37.29%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC91C6 (or 0xBC91C6) is known color: Lilac. HEX triplet: BC, 91 and C6. RGB value is (188,145,198). Sum of RGB (Red+Green+Blue) = 188+145+198=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC91C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C6 is #436E39. Grayscale: #A3A3A3. Windows color (decimal): -4419130 or 13013436. OLE color: 13013436.

HSL color Cylindrical-coordinate representation of color #BC91C6: hue angle of 288.68º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC91C6 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 145 198 -
CMYK 0.05 0.27 0 0.22
HSL 288.68º 0.32% 0.67% -
HSV(B) 288.68º 0.27% 0.78% -
XYZ 41.06 35.02 58.02 -
YUV 163.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 188 145 198 0.05 0.27 0 0.22 288.68 0.32 0.67
Hex BC 91 C6 5 1B 0 16 121 20 43
Octal 274 221 306 5 33 0 26 441 40 103
Binary 10111100 10010001 11000110 101 11011 0 10110 100100001 100000 1000011

Color Harmonies of #BC91C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91C6

Black with #BC91C6

Text Example


Text Example

White with #BC91C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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