Html Css Color HEX #BE90C0 Lilac

📋 copy color: '#BE90C0'

red 190 ◦ green 144 ◦ blue 192

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

Shades of Lilac #BE90C0

Tints of Lilac #BE90C0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.38%

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

R = 36.12%
G = 27.38%
B = 36.5%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE90C0 (or 0xBE90C0) is known color: Lilac. HEX triplet: BE, 90 and C0. RGB value is (190,144,192). Sum of RGB (Red+Green+Blue) = 190+144+192=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90C0 is #416F3F. Grayscale: #A3A3A3. Windows color (decimal): -4288320 or 12619966. OLE color: 12619966.

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

Color convert

RGB 190 144 192 -
CMYK 0.01 0.25 0 0.25
HSL 297.5º 0.28% 0.66% -
HSV(B) 297.5º 0.25% 0.75% -
XYZ 40.72 34.7 54.42 -
YUV 163.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 190 144 192 0.01 0.25 0 0.25 297.5 0.28 0.66
Hex BE 90 C0 1 19 0 19 12A 1C 42
Octal 276 220 300 1 31 0 31 452 34 102
Binary 10111110 10010000 11000000 1 11001 0 11001 100101010 11100 1000010

Color Harmonies of #BE90C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90C0

Black with #BE90C0

Text Example


Text Example

White with #BE90C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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