Html Css Color HEX #BC93C6 Lilac

📋 copy color: '#BC93C6'

red 188 ◦ green 147 ◦ blue 198

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

Shades of Lilac #BC93C6

Tints of Lilac #BC93C6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.58%

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

R = 35.27%
G = 27.58%
B = 37.15%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC93C6 (or 0xBC93C6) is known color: Lilac. HEX triplet: BC, 93 and C6. RGB value is (188,147,198). Sum of RGB (Red+Green+Blue) = 188+147+198=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93C6 is #436C39. Grayscale: #A4A4A4. Windows color (decimal): -4418618 or 13013948. OLE color: 13013948.

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

Color convert

RGB 188 147 198 -
CMYK 0.05 0.26 0 0.22
HSL 288.24º 0.31% 0.68% -
HSV(B) 288.24º 0.26% 0.78% -
XYZ 41.37 35.64 58.12 -
YUV 165.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 188 147 198 0.05 0.26 0 0.22 288.24 0.31 0.68
Hex BC 93 C6 5 1A 0 16 120 1F 44
Octal 274 223 306 5 32 0 26 440 37 104
Binary 10111100 10010011 11000110 101 11010 0 10110 100100000 11111 1000100

Color Harmonies of #BC93C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93C6

Black with #BC93C6

Text Example


Text Example

White with #BC93C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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