Html Css Color HEX #BE93CA Lilac

📋 copy color: '#BE93CA'

red 190 ◦ green 147 ◦ blue 202

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

Shades of Lilac #BE93CA

Tints of Lilac #BE93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 35.25%
G = 27.27%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE93CA (or 0xBE93CA) is known color: Lilac. HEX triplet: BE, 93 and CA. RGB value is (190,147,202). Sum of RGB (Red+Green+Blue) = 190+147+202=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93CA is #416C35. Grayscale: #A5A5A5. Windows color (decimal): -4287542 or 13276094. OLE color: 13276094.

HSL color Cylindrical-coordinate representation of color #BE93CA: hue angle of 286.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE93CA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 147 202 -
CMYK 0.06 0.27 0 0.21
HSL 286.91º 0.34% 0.68% -
HSV(B) 286.91º 0.27% 0.79% -
XYZ 42.33 36.08 60.61 -
YUV 166.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 190 147 202 0.06 0.27 0 0.21 286.91 0.34 0.68
Hex BE 93 CA 6 1B 0 15 11F 22 44
Octal 276 223 312 6 33 0 25 437 42 104
Binary 10111110 10010011 11001010 110 11011 0 10101 100011111 100010 1000100

Color Harmonies of #BE93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93CA

Black with #BE93CA

Text Example


Text Example

White with #BE93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93CA; }

 p { color: rgb(190,147,202); }

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

background-color css

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

 a { background-color: rgb(190,147,202); }

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

border-color css

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

 span { border-color: rgb(190,147,202); }

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