Html Css Color HEX #BC96C7 Lilac

📋 copy color: '#BC96C7'

red 188 ◦ green 150 ◦ blue 199

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

Shades of Lilac #BC96C7

Tints of Lilac #BC96C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.06%

R = 35.01%
G = 27.93%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC96C7 (or 0xBC96C7) is known color: Lilac. HEX triplet: BC, 96 and C7. RGB value is (188,150,199). Sum of RGB (Red+Green+Blue) = 188+150+199=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96C7 is #436938. Grayscale: #A6A6A6. Windows color (decimal): -4417849 or 13080252. OLE color: 13080252.

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

Color convert

RGB 188 150 199 -
CMYK 0.06 0.25 0 0.22
HSL 286.53º 0.3% 0.68% -
HSV(B) 286.53º 0.25% 0.78% -
XYZ 41.95 36.63 58.89 -
YUV 166.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 188 150 199 0.06 0.25 0 0.22 286.53 0.3 0.68
Hex BC 96 C7 6 19 0 16 11F 1E 44
Octal 274 226 307 6 31 0 26 437 36 104
Binary 10111100 10010110 11000111 110 11001 0 10110 100011111 11110 1000100

Color Harmonies of #BC96C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96C7

Black with #BC96C7

Text Example


Text Example

White with #BC96C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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