Html Css Color HEX #BE96C0 Lilac

📋 copy color: '#BE96C0'

red 190 ◦ green 150 ◦ blue 192

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

Shades of Lilac #BE96C0

Tints of Lilac #BE96C0

RGB

 RED value IS 190 (74.61% from 255) = 35.71%

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

 BLUE value IS 192 (75.39% from 255) = 36.09%

R = 35.71%
G = 28.2%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE96C0 (or 0xBE96C0) is known color: Lilac. HEX triplet: BE, 96 and C0. RGB value is (190,150,192). Sum of RGB (Red+Green+Blue) = 190+150+192=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE96C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96C0 is #41693F. Grayscale: #A6A6A6. Windows color (decimal): -4286784 or 12621502. OLE color: 12621502.

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

Color convert

RGB 190 150 192 -
CMYK 0.01 0.22 0 0.25
HSL 297.14º 0.25% 0.67% -
HSV(B) 297.14º 0.22% 0.75% -
XYZ 41.66 36.57 54.73 -
YUV 166.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 190 150 192 0.01 0.22 0 0.25 297.14 0.25 0.67
Hex BE 96 C0 1 16 0 19 129 19 43
Octal 276 226 300 1 26 0 31 451 31 103
Binary 10111110 10010110 11000000 1 10110 0 11001 100101001 11001 1000011

Color Harmonies of #BE96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96C0

Black with #BE96C0

Text Example


Text Example

White with #BE96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96C0; }

 p { color: rgb(190,150,192); }

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

background-color css

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

 a { background-color: rgb(190,150,192); }

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

border-color css

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

 span { border-color: rgb(190,150,192); }

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