Html Css Color HEX #BE94BF Lilac

📋 copy color: '#BE94BF'

red 190 ◦ green 148 ◦ blue 191

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

Shades of Lilac #BE94BF

Tints of Lilac #BE94BF

RGB

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

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

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

R = 35.92%
G = 27.98%
B = 36.11%

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

#BE94BF (or 0xBE94BF) is known color: Lilac. HEX triplet: BE, 94 and BF. RGB value is (190,148,191). Sum of RGB (Red+Green+Blue) = 190+148+191=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 148 (58.20% from 255 or 27.98% 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 #BE94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94BF is #416B40. Grayscale: #A5A5A5. Windows color (decimal): -4287297 or 12555454. OLE color: 12555454.

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

Color convert

RGB 190 148 191 -
CMYK 0.01 0.23 0 0.25
HSL 298.6º 0.25% 0.66% -
HSV(B) 298.6º 0.23% 0.75% -
XYZ 41.23 35.89 54.04 -
YUV 165.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 190 148 191 0.01 0.23 0 0.25 298.6 0.25 0.66
Hex BE 94 BF 1 17 0 19 12B 19 42
Octal 276 224 277 1 27 0 31 453 31 102
Binary 10111110 10010100 10111111 1 10111 0 11001 100101011 11001 1000010

Color Harmonies of #BE94BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94BF

Black with #BE94BF

Text Example


Text Example

White with #BE94BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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