Html Css Color HEX #BE85C0 Lilac

📋 copy color: '#BE85C0'

red 190 ◦ green 133 ◦ blue 192

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

Shades of Lilac #BE85C0

Tints of Lilac #BE85C0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

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

R = 36.89%
G = 25.83%
B = 37.28%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE85C0 (or 0xBE85C0) is known color: Lilac. HEX triplet: BE, 85 and C0. RGB value is (190,133,192). Sum of RGB (Red+Green+Blue) = 190+133+192=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85C0 is #417A3F. Grayscale: #9C9C9C. Windows color (decimal): -4291136 or 12617150. OLE color: 12617150.

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

Color convert

RGB 190 133 192 -
CMYK 0.01 0.31 0 0.25
HSL 297.97º 0.32% 0.64% -
HSV(B) 297.97º 0.31% 0.75% -
XYZ 39.14 31.53 53.89 -
YUV 156.77 147.88 151.7 -
System Red Green Blue C M Y K H S L
Decimal 190 133 192 0.01 0.31 0 0.25 297.97 0.32 0.64
Hex BE 85 C0 1 1F 0 19 12A 20 40
Octal 276 205 300 1 37 0 31 452 40 100
Binary 10111110 10000101 11000000 1 11111 0 11001 100101010 100000 1000000

Color Harmonies of #BE85C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85C0

Black with #BE85C0

Text Example


Text Example

White with #BE85C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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