Html Css Color HEX #BC96BF Lilac

📋 copy color: '#BC96BF'

red 188 ◦ green 150 ◦ blue 191

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

Shades of Lilac #BC96BF

Tints of Lilac #BC96BF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

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

R = 35.54%
G = 28.36%
B = 36.11%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC96BF (or 0xBC96BF) is known color: Lilac. HEX triplet: BC, 96 and BF. RGB value is (188,150,191). Sum of RGB (Red+Green+Blue) = 188+150+191=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96BF is #436940. Grayscale: #A5A5A5. Windows color (decimal): -4417857 or 12555964. OLE color: 12555964.

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

Color convert

RGB 188 150 191 -
CMYK 0.02 0.21 0 0.25
HSL 295.61º 0.24% 0.67% -
HSV(B) 295.61º 0.21% 0.75% -
XYZ 41.05 36.27 54.13 -
YUV 166.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 188 150 191 0.02 0.21 0 0.25 295.61 0.24 0.67
Hex BC 96 BF 2 15 0 19 128 18 43
Octal 274 226 277 2 25 0 31 450 30 103
Binary 10111100 10010110 10111111 10 10101 0 11001 100101000 11000 1000011

Color Harmonies of #BC96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96BF

Black with #BC96BF

Text Example


Text Example

White with #BC96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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