Html Css Color HEX #BE94C0 Lilac

📋 copy color: '#BE94C0'

red 190 ◦ green 148 ◦ blue 192

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

Shades of Lilac #BE94C0

Tints of Lilac #BE94C0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.92%

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

R = 35.85%
G = 27.92%
B = 36.23%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE94C0 (or 0xBE94C0) is known color: Lilac. HEX triplet: BE, 94 and C0. RGB value is (190,148,192). Sum of RGB (Red+Green+Blue) = 190+148+192=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C0 is #416B3F. Grayscale: #A5A5A5. Windows color (decimal): -4287296 or 12620990. OLE color: 12620990.

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

Color convert

RGB 190 148 192 -
CMYK 0.01 0.23 0 0.25
HSL 297.27º 0.26% 0.67% -
HSV(B) 297.27º 0.23% 0.75% -
XYZ 41.34 35.93 54.63 -
YUV 165.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 190 148 192 0.01 0.23 0 0.25 297.27 0.26 0.67
Hex BE 94 C0 1 17 0 19 129 1A 43
Octal 276 224 300 1 27 0 31 451 32 103
Binary 10111110 10010100 11000000 1 10111 0 11001 100101001 11010 1000011

Color Harmonies of #BE94C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94C0

Black with #BE94C0

Text Example


Text Example

White with #BE94C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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